Html Css Color HEX #F401AC Hollywood Cerise

📋 copy color: '#F401AC'

red 244 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #F401AC

Tints of Hollywood Cerise #F401AC

RGB

 RED value IS 244 (95.7% from 255) = 58.51%

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

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

R = 58.51%
G = 0.24%
B = 41.25%

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

#F401AC (or 0xF401AC) is known color: Hollywood Cerise. HEX triplet: F4, 01 and AC. RGB value is (244,1,172). Sum of RGB (Red+Green+Blue) = 244+1+172=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F401AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F401AC is #0BFE53. Grayscale: #5C5C5C. Windows color (decimal): -786004 or 11272692. OLE color: 11272692.

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

Color convert

RGB 244 1 172 -
CMYK 0 1.00 0.30 0.04
HSL 317.78º 0.99% 0.48% -
HSV(B) 317.78º 1% 0.96% -
XYZ 44.77 22.23 40.96 -
YUV 93.15 172.51 235.6 -
System Red Green Blue C M Y K H S L
Decimal 244 1 172 0 1.00 0.30 0.04 317.78 0.99 0.48
Hex F4 1 AC 0 64 1E 4 13E 63 30
Octal 364 1 254 0 144 36 4 476 143 60
Binary 11110100 1 10101100 0 1100100 11110 100 100111110 1100011 110000

Color Harmonies of #F401AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401AC

Black with #F401AC

Text Example


Text Example

White with #F401AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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