Html Css Color HEX #F10AA0 Hollywood Cerise

📋 copy color: '#F10AA0'

red 241 ◦ green 10 ◦ blue 160

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

Shades of Hollywood Cerise #F10AA0

Tints of Hollywood Cerise #F10AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 58.64%
G = 2.43%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F10AA0 (or 0xF10AA0) is known color: Hollywood Cerise. HEX triplet: F1, 0A and A0. RGB value is (241,10,160). Sum of RGB (Red+Green+Blue) = 241+10+160=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AA0 is #0EF55F. Grayscale: #5F5F5F. Windows color (decimal): -980320 or 10488561. OLE color: 10488561.

HSL color Cylindrical-coordinate representation of color #F10AA0: hue angle of 321.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AA0 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 160 -
CMYK 0 0.96 0.34 0.05
HSL 321.04º 0.92% 0.49% -
HSV(B) 321.04º 0.96% 0.95% -
XYZ 42.73 21.46 35.15 -
YUV 96.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 241 10 160 0 0.96 0.34 0.05 321.04 0.92 0.49
Hex F1 A A0 0 60 22 5 141 5C 31
Octal 361 12 240 0 140 42 5 501 134 61
Binary 11110001 1010 10100000 0 1100000 100010 101 101000001 1011100 110001

Color Harmonies of #F10AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AA0

Black with #F10AA0

Text Example


Text Example

White with #F10AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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