Html Css Color HEX #F10AA3 Hollywood Cerise

📋 copy color: '#F10AA3'

red 241 ◦ green 10 ◦ blue 163

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

Shades of Hollywood Cerise #F10AA3

Tints of Hollywood Cerise #F10AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 58.21%
G = 2.42%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F10AA3 (or 0xF10AA3) is known color: Hollywood Cerise. HEX triplet: F1, 0A and A3. RGB value is (241,10,163). Sum of RGB (Red+Green+Blue) = 241+10+163=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AA3 is #0EF55C. Grayscale: #606060. Windows color (decimal): -980317 or 10685169. OLE color: 10685169.

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

Color convert

RGB 241 10 163 -
CMYK 0 0.96 0.32 0.05
HSL 320.26º 0.92% 0.49% -
HSV(B) 320.26º 0.96% 0.95% -
XYZ 43 21.56 36.55 -
YUV 96.51 165.53 231.06 -
System Red Green Blue C M Y K H S L
Decimal 241 10 163 0 0.96 0.32 0.05 320.26 0.92 0.49
Hex F1 A A3 0 60 20 5 140 5C 31
Octal 361 12 243 0 140 40 5 500 134 61
Binary 11110001 1010 10100011 0 1100000 100000 101 101000000 1011100 110001

Color Harmonies of #F10AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AA3

Black with #F10AA3

Text Example


Text Example

White with #F10AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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