Html Css Color HEX #F003AA Hollywood Cerise

📋 copy color: '#F003AA'

red 240 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #F003AA

Tints of Hollywood Cerise #F003AA

RGB

 RED value IS 240 (94.14% from 255) = 58.11%

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 58.11%
G = 0.73%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F003AA (or 0xF003AA) is known color: Hollywood Cerise. HEX triplet: F0, 03 and AA. RGB value is (240,3,170). Sum of RGB (Red+Green+Blue) = 240+3+170=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F003AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F003AA is #0FFC55. Grayscale: #5C5C5C. Windows color (decimal): -1047638 or 11142128. OLE color: 11142128.

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

Color convert

RGB 240 3 170 -
CMYK 0 0.99 0.29 0.06
HSL 317.72º 0.98% 0.48% -
HSV(B) 317.72º 0.99% 0.94% -
XYZ 43.22 21.49 39.9 -
YUV 92.9 171.52 232.92 -
System Red Green Blue C M Y K H S L
Decimal 240 3 170 0 0.99 0.29 0.06 317.72 0.98 0.48
Hex F0 3 AA 0 63 1D 6 13E 62 30
Octal 360 3 252 0 143 35 6 476 142 60
Binary 11110000 11 10101010 0 1100011 11101 110 100111110 1100010 110000

Color Harmonies of #F003AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F003AA

Black with #F003AA

Text Example


Text Example

White with #F003AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F003AA; }

 p { color: rgb(240,3,170); }

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

background-color css

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

 a { background-color: rgb(240,3,170); }

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

border-color css

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

 span { border-color: rgb(240,3,170); }

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