Html Css Color HEX #F1009D Hollywood Cerise

📋 copy color: '#F1009D'

red 241 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #F1009D

Tints of Hollywood Cerise #F1009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 60.55%
G = 0%
B = 39.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1009D (or 0xF1009D) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 9D. RGB value is (241,0,157). Sum of RGB (Red+Green+Blue) = 241+0+157=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1009D is #0EFF62. Grayscale: #595959. Windows color (decimal): -982883 or 10289393. OLE color: 10289393.

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

Color convert

RGB 241 0 157 -
CMYK 0 1 0.35 0.05
HSL 320.91º 1% 0.47% -
HSV(B) 320.91º 1% 0.95% -
XYZ 42.36 21.14 33.75 -
YUV 89.96 165.84 235.73 -
System Red Green Blue C M Y K H S L
Decimal 241 0 157 0 1 0.35 0.05 320.91 1 0.47
Hex F1 0 9D 0 64 23 5 141 64 2F
Octal 361 0 235 0 144 43 5 501 144 57
Binary 11110001 0 10011101 0 1100100 100011 101 101000001 1100100 101111

Color Harmonies of #F1009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1009D

Black with #F1009D

Text Example


Text Example

White with #F1009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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