Html Css Color HEX #F209A3 Hollywood Cerise

📋 copy color: '#F209A3'

red 242 ◦ green 9 ◦ blue 163

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

Shades of Hollywood Cerise #F209A3

Tints of Hollywood Cerise #F209A3

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.17%

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 58.45%
G = 2.17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F209A3 (or 0xF209A3) is known color: Hollywood Cerise. HEX triplet: F2, 09 and A3. RGB value is (242,9,163). Sum of RGB (Red+Green+Blue) = 242+9+163=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F209A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F209A3 is #0DF65C. Grayscale: #5F5F5F. Windows color (decimal): -915037 or 10684914. OLE color: 10684914.

HSL color Cylindrical-coordinate representation of color #F209A3: hue angle of 320.34º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209A3 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 163 -
CMYK 0 0.96 0.33 0.05
HSL 320.34º 0.93% 0.49% -
HSV(B) 320.34º 0.96% 0.95% -
XYZ 43.33 21.72 36.56 -
YUV 96.22 165.69 231.98 -
System Red Green Blue C M Y K H S L
Decimal 242 9 163 0 0.96 0.33 0.05 320.34 0.93 0.49
Hex F2 9 A3 0 60 21 5 140 5D 31
Octal 362 11 243 0 140 41 5 500 135 61
Binary 11110010 1001 10100011 0 1100000 100001 101 101000000 1011101 110001

Color Harmonies of #F209A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209A3

Black with #F209A3

Text Example


Text Example

White with #F209A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209A3; }

 p { color: rgb(242,9,163); }

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

background-color css

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

 a { background-color: rgb(242,9,163); }

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

border-color css

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

 span { border-color: rgb(242,9,163); }

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