Html Css Color HEX #F10AA6 Hollywood Cerise

📋 copy color: '#F10AA6'

red 241 ◦ green 10 ◦ blue 166

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

Shades of Hollywood Cerise #F10AA6

Tints of Hollywood Cerise #F10AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 57.79%
G = 2.4%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F10AA6 (or 0xF10AA6) is known color: Hollywood Cerise. HEX triplet: F1, 0A and A6. RGB value is (241,10,166). Sum of RGB (Red+Green+Blue) = 241+10+166=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AA6 is #0EF559. Grayscale: #606060. Windows color (decimal): -980314 or 10881777. OLE color: 10881777.

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

Color convert

RGB 241 10 166 -
CMYK 0 0.96 0.31 0.05
HSL 319.48º 0.92% 0.49% -
HSV(B) 319.48º 0.96% 0.95% -
XYZ 43.27 21.67 37.98 -
YUV 96.85 167.03 230.82 -
System Red Green Blue C M Y K H S L
Decimal 241 10 166 0 0.96 0.31 0.05 319.48 0.92 0.49
Hex F1 A A6 0 60 1F 5 13F 5C 31
Octal 361 12 246 0 140 37 5 477 134 61
Binary 11110001 1010 10100110 0 1100000 11111 101 100111111 1011100 110001

Color Harmonies of #F10AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AA6

Black with #F10AA6

Text Example


Text Example

White with #F10AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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