Html Css Color HEX #F101AB Hollywood Cerise

📋 copy color: '#F101AB'

red 241 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #F101AB

Tints of Hollywood Cerise #F101AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 58.35%
G = 0.24%
B = 41.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F101AB (or 0xF101AB) is known color: Hollywood Cerise. HEX triplet: F1, 01 and AB. RGB value is (241,1,171). Sum of RGB (Red+Green+Blue) = 241+1+171=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F101AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F101AB is #0EFE54. Grayscale: #5B5B5B. Windows color (decimal): -982613 or 11207153. OLE color: 11207153.

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

Color convert

RGB 241 1 171 -
CMYK 0 1.00 0.29 0.05
HSL 317.5º 0.99% 0.47% -
HSV(B) 317.5º 1% 0.95% -
XYZ 43.64 21.66 40.41 -
YUV 92.14 172.51 234.18 -
System Red Green Blue C M Y K H S L
Decimal 241 1 171 0 1.00 0.29 0.05 317.5 0.99 0.47
Hex F1 1 AB 0 64 1D 5 13E 63 2F
Octal 361 1 253 0 144 35 5 476 143 57
Binary 11110001 1 10101011 0 1100100 11101 101 100111110 1100011 101111

Color Harmonies of #F101AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101AB

Black with #F101AB

Text Example


Text Example

White with #F101AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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