Html Css Color HEX #F1008D Hollywood Cerise

📋 copy color: '#F1008D'

red 241 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #F1008D

Tints of Hollywood Cerise #F1008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 63.09%
G = 0%
B = 36.91%

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

#F1008D (or 0xF1008D) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 8D. RGB value is (241,0,141). Sum of RGB (Red+Green+Blue) = 241+0+141=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1008D is #0EFF72. Grayscale: #575757. Windows color (decimal): -982899 or 9240817. OLE color: 9240817.

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

Color convert

RGB 241 0 141 -
CMYK 0 1 0.41 0.05
HSL 324.9º 1% 0.47% -
HSV(B) 324.9º 1% 0.95% -
XYZ 41.08 20.62 27.01 -
YUV 88.13 157.84 237.04 -
System Red Green Blue C M Y K H S L
Decimal 241 0 141 0 1 0.41 0.05 324.9 1 0.47
Hex F1 0 8D 0 64 29 5 145 64 2F
Octal 361 0 215 0 144 51 5 505 144 57
Binary 11110001 0 10001101 0 1100100 101001 101 101000101 1100100 101111

Color Harmonies of #F1008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1008D

Black with #F1008D

Text Example


Text Example

White with #F1008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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