Html Css Color HEX #F405AA Hollywood Cerise

📋 copy color: '#F405AA'

red 244 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #F405AA

Tints of Hollywood Cerise #F405AA

RGB

 RED value IS 244 (95.7% from 255) = 58.23%

 GREEN value IS 5 (2.34% from 255) = 1.19%

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

R = 58.23%
G = 1.19%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F405AA (or 0xF405AA) is known color: Hollywood Cerise. HEX triplet: F4, 05 and AA. RGB value is (244,5,170). Sum of RGB (Red+Green+Blue) = 244+5+170=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F405AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F405AA is #0BFA55. Grayscale: #5E5E5E. Windows color (decimal): -784982 or 11142644. OLE color: 11142644.

HSL color Cylindrical-coordinate representation of color #F405AA: hue angle of 318.58º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405AA is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 5 170 -
CMYK 0 0.98 0.30 0.04
HSL 318.58º 0.96% 0.49% -
HSV(B) 318.58º 0.98% 0.96% -
XYZ 44.62 22.24 39.97 -
YUV 95.27 170.18 234.08 -
System Red Green Blue C M Y K H S L
Decimal 244 5 170 0 0.98 0.30 0.04 318.58 0.96 0.49
Hex F4 5 AA 0 62 1E 4 13F 60 31
Octal 364 5 252 0 142 36 4 477 140 61
Binary 11110100 101 10101010 0 1100010 11110 100 100111111 1100000 110001

Color Harmonies of #F405AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F405AA

Black with #F405AA

Text Example


Text Example

White with #F405AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F405AA; }

 p { color: rgb(244,5,170); }

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

background-color css

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

 a { background-color: rgb(244,5,170); }

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

border-color css

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

 span { border-color: rgb(244,5,170); }

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