Html Css Color HEX #F1008B Hollywood Cerise

📋 copy color: '#F1008B'

red 241 ◦ green 0 ◦ blue 139

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

Shades of Hollywood Cerise #F1008B

Tints of Hollywood Cerise #F1008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 63.42%
G = 0%
B = 36.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1008B (or 0xF1008B) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 8B. RGB value is (241,0,139). Sum of RGB (Red+Green+Blue) = 241+0+139=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1008B is #0EFF74. Grayscale: #575757. Windows color (decimal): -982901 or 9109745. OLE color: 9109745.

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

Color convert

RGB 241 0 139 -
CMYK 0 1 0.42 0.05
HSL 325.39º 1% 0.47% -
HSV(B) 325.39º 1% 0.95% -
XYZ 40.94 20.56 26.24 -
YUV 87.91 156.84 237.2 -
System Red Green Blue C M Y K H S L
Decimal 241 0 139 0 1 0.42 0.05 325.39 1 0.47
Hex F1 0 8B 0 64 2A 5 145 64 2F
Octal 361 0 213 0 144 52 5 505 144 57
Binary 11110001 0 10001011 0 1100100 101010 101 101000101 1100100 101111

Color Harmonies of #F1008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1008B

Black with #F1008B

Text Example


Text Example

White with #F1008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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