Html Css Color HEX #F504AA Hollywood Cerise

📋 copy color: '#F504AA'

red 245 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #F504AA

Tints of Hollywood Cerise #F504AA

RGB

 RED value IS 245 (96.09% from 255) = 58.47%

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 58.47%
G = 0.95%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F504AA (or 0xF504AA) is known color: Hollywood Cerise. HEX triplet: F5, 04 and AA. RGB value is (245,4,170). Sum of RGB (Red+Green+Blue) = 245+4+170=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F504AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F504AA is #0AFB55. Grayscale: #5E5E5E. Windows color (decimal): -719702 or 11142389. OLE color: 11142389.

HSL color Cylindrical-coordinate representation of color #F504AA: hue angle of 318.67º degrees, saturation: 0.97, 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 #F504AA is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 170 -
CMYK 0 0.98 0.31 0.04
HSL 318.67º 0.97% 0.49% -
HSV(B) 318.67º 0.98% 0.96% -
XYZ 44.96 22.4 39.98 -
YUV 94.98 170.34 235 -
System Red Green Blue C M Y K H S L
Decimal 245 4 170 0 0.98 0.31 0.04 318.67 0.97 0.49
Hex F5 4 AA 0 62 1F 4 13F 61 31
Octal 365 4 252 0 142 37 4 477 141 61
Binary 11110101 100 10101010 0 1100010 11111 100 100111111 1100001 110001

Color Harmonies of #F504AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504AA

Black with #F504AA

Text Example


Text Example

White with #F504AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504AA; }

 p { color: rgb(245,4,170); }

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

background-color css

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

 a { background-color: rgb(245,4,170); }

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

border-color css

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

 span { border-color: rgb(245,4,170); }

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