Html Css Color HEX #F90CA8 Hollywood Cerise

📋 copy color: '#F90CA8'

red 249 ◦ green 12 ◦ blue 168

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

Shades of Hollywood Cerise #F90CA8

Tints of Hollywood Cerise #F90CA8

RGB

 RED value IS 249 (97.66% from 255) = 58.04%

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 58.04%
G = 2.8%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F90CA8 (or 0xF90CA8) is known color: Hollywood Cerise. HEX triplet: F9, 0C and A8. RGB value is (249,12,168). Sum of RGB (Red+Green+Blue) = 249+12+168=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CA8 is #06F357. Grayscale: #646464. Windows color (decimal): -455512 or 11013369. OLE color: 11013369.

HSL color Cylindrical-coordinate representation of color #F90CA8: hue angle of 320.51º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CA8 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 12 168 -
CMYK 0 0.95 0.33 0.02
HSL 320.51º 0.95% 0.51% -
HSV(B) 320.51º 0.95% 0.98% -
XYZ 46.27 23.23 39.09 -
YUV 100.65 166.02 233.82 -
System Red Green Blue C M Y K H S L
Decimal 249 12 168 0 0.95 0.33 0.02 320.51 0.95 0.51
Hex F9 C A8 0 5F 21 2 141 5F 33
Octal 371 14 250 0 137 41 2 501 137 63
Binary 11111001 1100 10101000 0 1011111 100001 10 101000001 1011111 110011

Color Harmonies of #F90CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CA8

Black with #F90CA8

Text Example


Text Example

White with #F90CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CA8; }

 p { color: rgb(249,12,168); }

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

background-color css

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

 a { background-color: rgb(249,12,168); }

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

border-color css

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

 span { border-color: rgb(249,12,168); }

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