Html Css Color HEX #F90CA7 Hollywood Cerise

📋 copy color: '#F90CA7'

red 249 ◦ green 12 ◦ blue 167

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

Shades of Hollywood Cerise #F90CA7

Tints of Hollywood Cerise #F90CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.02%

R = 58.18%
G = 2.8%
B = 39.02%

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

#F90CA7 (or 0xF90CA7) is known color: Hollywood Cerise. HEX triplet: F9, 0C and A7. RGB value is (249,12,167). Sum of RGB (Red+Green+Blue) = 249+12+167=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CA7 is #06F358. Grayscale: #646464. Windows color (decimal): -455513 or 10947833. OLE color: 10947833.

HSL color Cylindrical-coordinate representation of color #F90CA7: hue angle of 320.76º 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 #F90CA7 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 12 167 -
CMYK 0 0.95 0.33 0.02
HSL 320.76º 0.95% 0.51% -
HSV(B) 320.76º 0.95% 0.98% -
XYZ 46.17 23.19 38.6 -
YUV 100.53 165.52 233.9 -
System Red Green Blue C M Y K H S L
Decimal 249 12 167 0 0.95 0.33 0.02 320.76 0.95 0.51
Hex F9 C A7 0 5F 21 2 141 5F 33
Octal 371 14 247 0 137 41 2 501 137 63
Binary 11111001 1100 10100111 0 1011111 100001 10 101000001 1011111 110011

Color Harmonies of #F90CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CA7

Black with #F90CA7

Text Example


Text Example

White with #F90CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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