Html Css Color HEX #F500AB Hollywood Cerise

📋 copy color: '#F500AB'

red 245 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #F500AB

Tints of Hollywood Cerise #F500AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 58.89%
G = 0%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F500AB (or 0xF500AB) is known color: Hollywood Cerise. HEX triplet: F5, 00 and AB. RGB value is (245,0,171). Sum of RGB (Red+Green+Blue) = 245+0+171=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F500AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F500AB is #0AFF54. Grayscale: #5C5C5C. Windows color (decimal): -720725 or 11206901. OLE color: 11206901.

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

Color convert

RGB 245 0 171 -
CMYK 0 1 0.30 0.04
HSL 318.12º 1% 0.48% -
HSV(B) 318.12º 1% 0.96% -
XYZ 45.01 22.35 40.47 -
YUV 92.75 172.17 236.6 -
System Red Green Blue C M Y K H S L
Decimal 245 0 171 0 1 0.30 0.04 318.12 1 0.48
Hex F5 0 AB 0 64 1E 4 13E 64 30
Octal 365 0 253 0 144 36 4 476 144 60
Binary 11110101 0 10101011 0 1100100 11110 100 100111110 1100100 110000

Color Harmonies of #F500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500AB

Black with #F500AB

Text Example


Text Example

White with #F500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500AB; }

 p { color: rgb(245,0,171); }

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

background-color css

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

 a { background-color: rgb(245,0,171); }

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

border-color css

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

 span { border-color: rgb(245,0,171); }

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