Html Css Color HEX #F1008A Hollywood Cerise

📋 copy color: '#F1008A'

red 241 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #F1008A

Tints of Hollywood Cerise #F1008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 63.59%
G = 0%
B = 36.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1008A (or 0xF1008A) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 8A. RGB value is (241,0,138). Sum of RGB (Red+Green+Blue) = 241+0+138=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F1008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1008A is #0EFF75. Grayscale: #575757. Windows color (decimal): -982902 or 9044209. OLE color: 9044209.

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

Color convert

RGB 241 0 138 -
CMYK 0 1 0.43 0.05
HSL 325.64º 1% 0.47% -
HSV(B) 325.64º 1% 0.95% -
XYZ 40.86 20.54 25.85 -
YUV 87.79 156.34 237.28 -
System Red Green Blue C M Y K H S L
Decimal 241 0 138 0 1 0.43 0.05 325.64 1 0.47
Hex F1 0 8A 0 64 2B 5 146 64 2F
Octal 361 0 212 0 144 53 5 506 144 57
Binary 11110001 0 10001010 0 1100100 101011 101 101000110 1100100 101111

Color Harmonies of #F1008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1008A

Black with #F1008A

Text Example


Text Example

White with #F1008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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