Html Css Color HEX #F100A0 Hollywood Cerise

📋 copy color: '#F100A0'

red 241 ◦ green 0 ◦ blue 160

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

Shades of Hollywood Cerise #F100A0

Tints of Hollywood Cerise #F100A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F100A0 (or 0xF100A0) is known color: Hollywood Cerise. HEX triplet: F1, 00 and A0. RGB value is (241,0,160). Sum of RGB (Red+Green+Blue) = 241+0+160=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F100A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100A0 is #0EFF5F. Grayscale: #595959. Windows color (decimal): -982880 or 10486001. OLE color: 10486001.

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

Color convert

RGB 241 0 160 -
CMYK 0 1 0.34 0.05
HSL 320.17º 1% 0.47% -
HSV(B) 320.17º 1% 0.95% -
XYZ 42.62 21.24 35.11 -
YUV 90.3 167.34 235.49 -
System Red Green Blue C M Y K H S L
Decimal 241 0 160 0 1 0.34 0.05 320.17 1 0.47
Hex F1 0 A0 0 64 22 5 140 64 2F
Octal 361 0 240 0 144 42 5 500 144 57
Binary 11110001 0 10100000 0 1100100 100010 101 101000000 1100100 101111

Color Harmonies of #F100A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100A0

Black with #F100A0

Text Example


Text Example

White with #F100A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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