Html Css Color HEX #F100A8 Hollywood Cerise

📋 copy color: '#F100A8'

red 241 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #F100A8

Tints of Hollywood Cerise #F100A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 58.92%
G = 0%
B = 41.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F100A8 (or 0xF100A8) is known color: Hollywood Cerise. HEX triplet: F1, 00 and A8. RGB value is (241,0,168). Sum of RGB (Red+Green+Blue) = 241+0+168=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F100A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100A8 is #0EFF57. Grayscale: #5A5A5A. Windows color (decimal): -982872 or 11010289. OLE color: 11010289.

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

Color convert

RGB 241 0 168 -
CMYK 0 1 0.30 0.05
HSL 318.17º 1% 0.47% -
HSV(B) 318.17º 1% 0.95% -
XYZ 43.34 21.53 38.92 -
YUV 91.21 171.34 234.84 -
System Red Green Blue C M Y K H S L
Decimal 241 0 168 0 1 0.30 0.05 318.17 1 0.47
Hex F1 0 A8 0 64 1E 5 13E 64 2F
Octal 361 0 250 0 144 36 5 476 144 57
Binary 11110001 0 10101000 0 1100100 11110 101 100111110 1100100 101111

Color Harmonies of #F100A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100A8

Black with #F100A8

Text Example


Text Example

White with #F100A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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