Html Css Color HEX #F203A9 Hollywood Cerise

📋 copy color: '#F203A9'

red 242 ◦ green 3 ◦ blue 169

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

Shades of Hollywood Cerise #F203A9

Tints of Hollywood Cerise #F203A9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

 BLUE value IS 169 (66.41% from 255) = 40.82%

R = 58.45%
G = 0.72%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F203A9 (or 0xF203A9) is known color: Hollywood Cerise. HEX triplet: F2, 03 and A9. RGB value is (242,3,169). Sum of RGB (Red+Green+Blue) = 242+3+169=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F203A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203A9 is #0DFC56. Grayscale: #5C5C5C. Windows color (decimal): -916567 or 11076594. OLE color: 11076594.

HSL color Cylindrical-coordinate representation of color #F203A9: hue angle of 318.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203A9 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 169 -
CMYK 0 0.99 0.30 0.05
HSL 318.33º 0.98% 0.48% -
HSV(B) 318.33º 0.99% 0.95% -
XYZ 43.81 21.81 39.44 -
YUV 93.39 170.68 234 -
System Red Green Blue C M Y K H S L
Decimal 242 3 169 0 0.99 0.30 0.05 318.33 0.98 0.48
Hex F2 3 A9 0 63 1E 5 13E 62 30
Octal 362 3 251 0 143 36 5 476 142 60
Binary 11110010 11 10101001 0 1100011 11110 101 100111110 1100010 110000

Color Harmonies of #F203A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203A9

Black with #F203A9

Text Example


Text Example

White with #F203A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203A9; }

 p { color: rgb(242,3,169); }

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

background-color css

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

 a { background-color: rgb(242,3,169); }

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

border-color css

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

 span { border-color: rgb(242,3,169); }

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