Html Css Color HEX #F102AA Hollywood Cerise

📋 copy color: '#F102AA'

red 241 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #F102AA

Tints of Hollywood Cerise #F102AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 58.35%
G = 0.48%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F102AA (or 0xF102AA) is known color: Hollywood Cerise. HEX triplet: F1, 02 and AA. RGB value is (241,2,170). Sum of RGB (Red+Green+Blue) = 241+2+170=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F102AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F102AA is #0EFD55. Grayscale: #5C5C5C. Windows color (decimal): -982358 or 11141873. OLE color: 11141873.

HSL color Cylindrical-coordinate representation of color #F102AA: hue angle of 317.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102AA is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 170 -
CMYK 0 0.99 0.29 0.05
HSL 317.82º 0.98% 0.48% -
HSV(B) 317.82º 0.99% 0.95% -
XYZ 43.55 21.65 39.91 -
YUV 92.61 171.68 233.84 -
System Red Green Blue C M Y K H S L
Decimal 241 2 170 0 0.99 0.29 0.05 317.82 0.98 0.48
Hex F1 2 AA 0 63 1D 5 13E 62 30
Octal 361 2 252 0 143 35 5 476 142 60
Binary 11110001 10 10101010 0 1100011 11101 101 100111110 1100010 110000

Color Harmonies of #F102AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F102AA

Black with #F102AA

Text Example


Text Example

White with #F102AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F102AA; }

 p { color: rgb(241,2,170); }

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

background-color css

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

 a { background-color: rgb(241,2,170); }

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

border-color css

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

 span { border-color: rgb(241,2,170); }

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