Html Css Color HEX #F501AC Hollywood Cerise

📋 copy color: '#F501AC'

red 245 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #F501AC

Tints of Hollywood Cerise #F501AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 58.61%
G = 0.24%
B = 41.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F501AC (or 0xF501AC) is known color: Hollywood Cerise. HEX triplet: F5, 01 and AC. RGB value is (245,1,172). Sum of RGB (Red+Green+Blue) = 245+1+172=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F501AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F501AC is #0AFE53. Grayscale: #5D5D5D. Windows color (decimal): -720468 or 11272693. OLE color: 11272693.

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

Color convert

RGB 245 1 172 -
CMYK 0 1.00 0.30 0.04
HSL 317.95º 0.99% 0.48% -
HSV(B) 317.95º 1% 0.96% -
XYZ 45.11 22.41 40.98 -
YUV 93.45 172.34 236.1 -
System Red Green Blue C M Y K H S L
Decimal 245 1 172 0 1.00 0.30 0.04 317.95 0.99 0.48
Hex F5 1 AC 0 64 1E 4 13E 63 30
Octal 365 1 254 0 144 36 4 476 143 60
Binary 11110101 1 10101100 0 1100100 11110 100 100111110 1100011 110000

Color Harmonies of #F501AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501AC

Black with #F501AC

Text Example


Text Example

White with #F501AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501AC; }

 p { color: rgb(245,1,172); }

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

background-color css

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

 a { background-color: rgb(245,1,172); }

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

border-color css

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

 span { border-color: rgb(245,1,172); }

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