Html Css Color HEX #F203A0 Hollywood Cerise

📋 copy color: '#F203A0'

red 242 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #F203A0

Tints of Hollywood Cerise #F203A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 59.75%
G = 0.74%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F203A0 (or 0xF203A0) is known color: Hollywood Cerise. HEX triplet: F2, 03 and A0. RGB value is (242,3,160). Sum of RGB (Red+Green+Blue) = 242+3+160=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F203A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203A0 is #0DFC5F. Grayscale: #5B5B5B. Windows color (decimal): -916576 or 10486770. OLE color: 10486770.

HSL color Cylindrical-coordinate representation of color #F203A0: hue angle of 320.59º 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 #F203A0 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 160 -
CMYK 0 0.99 0.34 0.05
HSL 320.59º 0.98% 0.48% -
HSV(B) 320.59º 0.99% 0.95% -
XYZ 43 21.48 35.14 -
YUV 92.36 166.18 234.73 -
System Red Green Blue C M Y K H S L
Decimal 242 3 160 0 0.99 0.34 0.05 320.59 0.98 0.48
Hex F2 3 A0 0 63 22 5 141 62 30
Octal 362 3 240 0 143 42 5 501 142 60
Binary 11110010 11 10100000 0 1100011 100010 101 101000001 1100010 110000

Color Harmonies of #F203A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203A0

Black with #F203A0

Text Example


Text Example

White with #F203A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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