Html Css Color HEX #FA07AC Hollywood Cerise

📋 copy color: '#FA07AC'

red 250 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #FA07AC

Tints of Hollywood Cerise #FA07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

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

R = 58.28%
G = 1.63%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA07AC (or 0xFA07AC) is known color: Hollywood Cerise. HEX triplet: FA, 07 and AC. RGB value is (250,7,172). Sum of RGB (Red+Green+Blue) = 250+7+172=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA07AC is #05F853. Grayscale: #626262. Windows color (decimal): -391252 or 11274234. OLE color: 11274234.

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

Color convert

RGB 250 7 172 -
CMYK 0 0.97 0.31 0.02
HSL 319.26º 0.96% 0.5% -
HSV(B) 319.26º 0.97% 0.98% -
XYZ 46.95 23.45 41.08 -
YUV 98.47 169.51 236.08 -
System Red Green Blue C M Y K H S L
Decimal 250 7 172 0 0.97 0.31 0.02 319.26 0.96 0.5
Hex FA 7 AC 0 61 1F 2 13F 60 32
Octal 372 7 254 0 141 37 2 477 140 62
Binary 11111010 111 10101100 0 1100001 11111 10 100111111 1100000 110010

Color Harmonies of #FA07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07AC

Black with #FA07AC

Text Example


Text Example

White with #FA07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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