Html Css Color HEX #F508AA Hollywood Cerise

📋 copy color: '#F508AA'

red 245 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #F508AA

Tints of Hollywood Cerise #F508AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

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

R = 57.92%
G = 1.89%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F508AA (or 0xF508AA) is known color: Hollywood Cerise. HEX triplet: F5, 08 and AA. RGB value is (245,8,170). Sum of RGB (Red+Green+Blue) = 245+8+170=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F508AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F508AA is #0AF755. Grayscale: #606060. Windows color (decimal): -718678 or 11143413. OLE color: 11143413.

HSL color Cylindrical-coordinate representation of color #F508AA: hue angle of 318.99º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508AA is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 170 -
CMYK 0 0.97 0.31 0.04
HSL 318.99º 0.94% 0.5% -
HSV(B) 318.99º 0.97% 0.96% -
XYZ 45 22.49 40 -
YUV 97.33 169.02 233.33 -
System Red Green Blue C M Y K H S L
Decimal 245 8 170 0 0.97 0.31 0.04 318.99 0.94 0.5
Hex F5 8 AA 0 61 1F 4 13F 5E 32
Octal 365 10 252 0 141 37 4 477 136 62
Binary 11110101 1000 10101010 0 1100001 11111 100 100111111 1011110 110010

Color Harmonies of #F508AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508AA

Black with #F508AA

Text Example


Text Example

White with #F508AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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