Html Css Color HEX #F101A8 Hollywood Cerise

📋 copy color: '#F101A8'

red 241 ◦ green 1 ◦ blue 168

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

Shades of Hollywood Cerise #F101A8

Tints of Hollywood Cerise #F101A8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.78%
G = 0.24%
B = 40.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F101A8 (or 0xF101A8) is known color: Hollywood Cerise. HEX triplet: F1, 01 and A8. RGB value is (241,1,168). Sum of RGB (Red+Green+Blue) = 241+1+168=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F101A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F101A8 is #0EFE57. Grayscale: #5B5B5B. Windows color (decimal): -982616 or 11010545. OLE color: 11010545.

HSL color Cylindrical-coordinate representation of color #F101A8: hue angle of 318.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101A8 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 168 -
CMYK 0 1.00 0.30 0.05
HSL 318.25º 0.99% 0.47% -
HSV(B) 318.25º 1% 0.95% -
XYZ 43.35 21.55 38.92 -
YUV 91.8 171.01 234.42 -
System Red Green Blue C M Y K H S L
Decimal 241 1 168 0 1.00 0.30 0.05 318.25 0.99 0.47
Hex F1 1 A8 0 64 1E 5 13E 63 2F
Octal 361 1 250 0 144 36 5 476 143 57
Binary 11110001 1 10101000 0 1100100 11110 101 100111110 1100011 101111

Color Harmonies of #F101A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101A8

Black with #F101A8

Text Example


Text Example

White with #F101A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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