Html Css Color HEX #F505AA Hollywood Cerise

📋 copy color: '#F505AA'

red 245 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #F505AA

Tints of Hollywood Cerise #F505AA

RGB

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

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

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

R = 58.33%
G = 1.19%
B = 40.48%

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

#F505AA (or 0xF505AA) is known color: Hollywood Cerise. HEX triplet: F5, 05 and AA. RGB value is (245,5,170). Sum of RGB (Red+Green+Blue) = 245+5+170=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F505AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F505AA is #0AFA55. Grayscale: #5F5F5F. Windows color (decimal): -719446 or 11142645. OLE color: 11142645.

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

Color convert

RGB 245 5 170 -
CMYK 0 0.98 0.31 0.04
HSL 318.75º 0.96% 0.49% -
HSV(B) 318.75º 0.98% 0.96% -
XYZ 44.97 22.42 39.99 -
YUV 95.57 170.01 234.58 -
System Red Green Blue C M Y K H S L
Decimal 245 5 170 0 0.98 0.31 0.04 318.75 0.96 0.49
Hex F5 5 AA 0 62 1F 4 13F 60 31
Octal 365 5 252 0 142 37 4 477 140 61
Binary 11110101 101 10101010 0 1100010 11111 100 100111111 1100000 110001

Color Harmonies of #F505AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505AA

Black with #F505AA

Text Example


Text Example

White with #F505AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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