Html Css Color HEX #FA04AC Hollywood Cerise

📋 copy color: '#FA04AC'

red 250 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #FA04AC

Tints of Hollywood Cerise #FA04AC

RGB

 RED value IS 250 (98.05% from 255) = 58.69%

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 58.69%
G = 0.94%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA04AC (or 0xFA04AC) is known color: Hollywood Cerise. HEX triplet: FA, 04 and AC. RGB value is (250,4,172). Sum of RGB (Red+Green+Blue) = 250+4+172=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA04AC is #05FB53. Grayscale: #606060. Windows color (decimal): -392020 or 11273466. OLE color: 11273466.

HSL color Cylindrical-coordinate representation of color #FA04AC: hue angle of 319.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04AC is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 172 -
CMYK 0 0.98 0.31 0.02
HSL 319.02º 0.97% 0.5% -
HSV(B) 319.02º 0.98% 0.98% -
XYZ 46.91 23.39 41.07 -
YUV 96.71 170.5 237.34 -
System Red Green Blue C M Y K H S L
Decimal 250 4 172 0 0.98 0.31 0.02 319.02 0.97 0.5
Hex FA 4 AC 0 62 1F 2 13F 61 32
Octal 372 4 254 0 142 37 2 477 141 62
Binary 11111010 100 10101100 0 1100010 11111 10 100111111 1100001 110010

Color Harmonies of #FA04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04AC

Black with #FA04AC

Text Example


Text Example

White with #FA04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04AC; }

 p { color: rgb(250,4,172); }

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

background-color css

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

 a { background-color: rgb(250,4,172); }

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

border-color css

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

 span { border-color: rgb(250,4,172); }

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