Html Css Color HEX #F508A8 Hollywood Cerise

📋 copy color: '#F508A8'

red 245 ◦ green 8 ◦ blue 168

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

Shades of Hollywood Cerise #F508A8

Tints of Hollywood Cerise #F508A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 58.19%
G = 1.9%
B = 39.9%

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

#F508A8 (or 0xF508A8) is known color: Hollywood Cerise. HEX triplet: F5, 08 and A8. RGB value is (245,8,168). Sum of RGB (Red+Green+Blue) = 245+8+168=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F508A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F508A8 is #0AF757. Grayscale: #606060. Windows color (decimal): -718680 or 11012341. OLE color: 11012341.

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

Color convert

RGB 245 8 168 -
CMYK 0 0.97 0.31 0.04
HSL 319.49º 0.94% 0.5% -
HSV(B) 319.49º 0.97% 0.96% -
XYZ 44.81 22.41 39.01 -
YUV 97.1 168.02 233.49 -
System Red Green Blue C M Y K H S L
Decimal 245 8 168 0 0.97 0.31 0.04 319.49 0.94 0.5
Hex F5 8 A8 0 61 1F 4 13F 5E 32
Octal 365 10 250 0 141 37 4 477 136 62
Binary 11110101 1000 10101000 0 1100001 11111 100 100111111 1011110 110010

Color Harmonies of #F508A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508A8

Black with #F508A8

Text Example


Text Example

White with #F508A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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