Html Css Color HEX #F2479C Brilliant Rose

📋 copy color: '#F2479C'

red 242 ◦ green 71 ◦ blue 156

#F2479C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F2479C

Tints of Brilliant Rose #F2479C

RGB

 RED value IS 242 (94.92% from 255) = 51.6%

 GREEN value IS 71 (28.13% from 255) = 15.14%

 BLUE value IS 156 (61.33% from 255) = 33.26%

R = 51.6%
G = 15.14%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2479C (or 0xF2479C) is known color: Brilliant Rose. HEX triplet: F2, 47 and 9C. RGB value is (242,71,156). Sum of RGB (Red+Green+Blue) = 242+71+156=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2479C is #0DB863. Grayscale: #838383. Windows color (decimal): -899172 or 10242034. OLE color: 10242034.

HSL color Cylindrical-coordinate representation of color #F2479C: hue angle of 330.18º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2479C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 156 -
CMYK 0 0.71 0.36 0.05
HSL 330.18º 0.87% 0.61% -
HSV(B) 330.18º 0.71% 0.95% -
XYZ 44.87 25.78 34.06 -
YUV 131.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 242 71 156 0 0.71 0.36 0.05 330.18 0.87 0.61
Hex F2 47 9C 0 47 24 5 14A 57 3D
Octal 362 107 234 0 107 44 5 512 127 75
Binary 11110010 1000111 10011100 0 1000111 100100 101 101001010 1010111 111101

Color Harmonies of #F2479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2479C

Black with #F2479C

Text Example


Text Example

White with #F2479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2479C; }

 p { color: rgb(242,71,156); }

 H1.HeaderClassName
 {
   color: #F2479C;
 }
 .AnyTagClassName
 {
   color: #F2479C;
 }
</style>

background-color css

<style>
 a { background-color: #F2479C; }

 a { background-color: rgb(242,71,156); }

 div.DivClassName
 {
   background-color: #F2479C;
 }
 .BgClassName
 {
   background-color: #F2479C;
 }
</style>

border-color css

<style>
 span { border-color: #F2479C; }

 span { border-color: rgb(242,71,156); }

 td.TdClassName
 {
   border-color: #F2479C;
 }
 .TagClassName
 {
   border-color: #F2479C;
 }
</style>