Html Css Color HEX #F10088 Hollywood Cerise

📋 copy color: '#F10088'

red 241 ◦ green 0 ◦ blue 136

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

Shades of Hollywood Cerise #F10088

Tints of Hollywood Cerise #F10088

RGB

 RED value IS 241 (94.53% from 255) = 63.93%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 63.93%
G = 0%
B = 36.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10088 (or 0xF10088) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 88. RGB value is (241,0,136). Sum of RGB (Red+Green+Blue) = 241+0+136=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10088 is #0EFF77. Grayscale: #575757. Windows color (decimal): -982904 or 8913137. OLE color: 8913137.

HSL color Cylindrical-coordinate representation of color #F10088: hue angle of 326.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10088 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 136 -
CMYK 0 1 0.44 0.05
HSL 326.14º 1% 0.47% -
HSV(B) 326.14º 1% 0.95% -
XYZ 40.72 20.48 25.1 -
YUV 87.56 155.34 237.44 -
System Red Green Blue C M Y K H S L
Decimal 241 0 136 0 1 0.44 0.05 326.14 1 0.47
Hex F1 0 88 0 64 2C 5 146 64 2F
Octal 361 0 210 0 144 54 5 506 144 57
Binary 11110001 0 10001000 0 1100100 101100 101 101000110 1100100 101111

Color Harmonies of #F10088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10088

Black with #F10088

Text Example


Text Example

White with #F10088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10088; }

 p { color: rgb(241,0,136); }

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

background-color css

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

 a { background-color: rgb(241,0,136); }

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

border-color css

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

 span { border-color: rgb(241,0,136); }

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