Html Css Color HEX #F90191 Hollywood Cerise

📋 copy color: '#F90191'

red 249 ◦ green 1 ◦ blue 145

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

Shades of Hollywood Cerise #F90191

Tints of Hollywood Cerise #F90191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 63.04%
G = 0.25%
B = 36.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90191 (or 0xF90191) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 91. RGB value is (249,1,145). Sum of RGB (Red+Green+Blue) = 249+1+145=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F90191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90191 is #06FE6E. Grayscale: #5B5B5B. Windows color (decimal): -458351 or 9503225. OLE color: 9503225.

HSL color Cylindrical-coordinate representation of color #F90191: hue angle of 325.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90191 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 145 -
CMYK 0 1.00 0.42 0.02
HSL 325.16º 0.99% 0.49% -
HSV(B) 325.16º 1% 0.98% -
XYZ 44.19 22.21 28.75 -
YUV 91.57 158.16 240.29 -
System Red Green Blue C M Y K H S L
Decimal 249 1 145 0 1.00 0.42 0.02 325.16 0.99 0.49
Hex F9 1 91 0 64 2A 2 145 63 31
Octal 371 1 221 0 144 52 2 505 143 61
Binary 11111001 1 10010001 0 1100100 101010 10 101000101 1100011 110001

Color Harmonies of #F90191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90191

Black with #F90191

Text Example


Text Example

White with #F90191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90191; }

 p { color: rgb(249,1,145); }

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

background-color css

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

 a { background-color: rgb(249,1,145); }

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

border-color css

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

 span { border-color: rgb(249,1,145); }

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