Html Css Color HEX #F1008F Hollywood Cerise

📋 copy color: '#F1008F'

red 241 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #F1008F

Tints of Hollywood Cerise #F1008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 62.76%
G = 0%
B = 37.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1008F (or 0xF1008F) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 8F. RGB value is (241,0,143). Sum of RGB (Red+Green+Blue) = 241+0+143=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1008F is #0EFF70. Grayscale: #585858. Windows color (decimal): -982897 or 9371889. OLE color: 9371889.

HSL color Cylindrical-coordinate representation of color #F1008F: hue angle of 324.4º 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 #F1008F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 143 -
CMYK 0 1 0.41 0.05
HSL 324.4º 1% 0.47% -
HSV(B) 324.4º 1% 0.95% -
XYZ 41.23 20.68 27.81 -
YUV 88.36 158.84 236.87 -
System Red Green Blue C M Y K H S L
Decimal 241 0 143 0 1 0.41 0.05 324.4 1 0.47
Hex F1 0 8F 0 64 29 5 144 64 2F
Octal 361 0 217 0 144 51 5 504 144 57
Binary 11110001 0 10001111 0 1100100 101001 101 101000100 1100100 101111

Color Harmonies of #F1008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1008F

Black with #F1008F

Text Example


Text Example

White with #F1008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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