Html Css Color HEX #F400AC Hollywood Cerise

📋 copy color: '#F400AC'

red 244 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #F400AC

Tints of Hollywood Cerise #F400AC

RGB

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

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

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

R = 58.65%
G = 0%
B = 41.35%

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

#F400AC (or 0xF400AC) is known color: Hollywood Cerise. HEX triplet: F4, 00 and AC. RGB value is (244,0,172). Sum of RGB (Red+Green+Blue) = 244+0+172=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F400AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400AC is #0BFF53. Grayscale: #5C5C5C. Windows color (decimal): -786260 or 11272436. OLE color: 11272436.

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

Color convert

RGB 244 0 172 -
CMYK 0 1 0.30 0.04
HSL 317.7º 1% 0.48% -
HSV(B) 317.7º 1% 0.96% -
XYZ 44.75 22.21 40.96 -
YUV 92.56 172.84 236.01 -
System Red Green Blue C M Y K H S L
Decimal 244 0 172 0 1 0.30 0.04 317.7 1 0.48
Hex F4 0 AC 0 64 1E 4 13E 64 30
Octal 364 0 254 0 144 36 4 476 144 60
Binary 11110100 0 10101100 0 1100100 11110 100 100111110 1100100 110000

Color Harmonies of #F400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400AC

Black with #F400AC

Text Example


Text Example

White with #F400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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