Html Css Color HEX #F00191 Hollywood Cerise

📋 copy color: '#F00191'

red 240 ◦ green 1 ◦ blue 145

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

Shades of Hollywood Cerise #F00191

Tints of Hollywood Cerise #F00191

RGB

 RED value IS 240 (94.14% from 255) = 62.18%

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

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

R = 62.18%
G = 0.26%
B = 37.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00191 (or 0xF00191) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 91. RGB value is (240,1,145). Sum of RGB (Red+Green+Blue) = 240+1+145=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F00191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00191 is #0FFE6E. Grayscale: #585858. Windows color (decimal): -1048175 or 9503216. OLE color: 9503216.

HSL color Cylindrical-coordinate representation of color #F00191: hue angle of 323.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00191 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 145 -
CMYK 0 1.00 0.40 0.06
HSL 323.85º 0.99% 0.47% -
HSV(B) 323.85º 1% 0.94% -
XYZ 41.06 20.59 28.6 -
YUV 88.88 159.68 235.79 -
System Red Green Blue C M Y K H S L
Decimal 240 1 145 0 1.00 0.40 0.06 323.85 0.99 0.47
Hex F0 1 91 0 64 28 6 144 63 2F
Octal 360 1 221 0 144 50 6 504 143 57
Binary 11110000 1 10010001 0 1100100 101000 110 101000100 1100011 101111

Color Harmonies of #F00191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00191

Black with #F00191

Text Example


Text Example

White with #F00191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00191; }

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

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

background-color css

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

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

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

border-color css

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

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

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