Html Css Color HEX #FA07A8 Hollywood Cerise

📋 copy color: '#FA07A8'

red 250 ◦ green 7 ◦ blue 168

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

Shades of Hollywood Cerise #FA07A8

Tints of Hollywood Cerise #FA07A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 58.82%
G = 1.65%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA07A8 (or 0xFA07A8) is known color: Hollywood Cerise. HEX triplet: FA, 07 and A8. RGB value is (250,7,168). Sum of RGB (Red+Green+Blue) = 250+7+168=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA07A8 is #05F857. Grayscale: #616161. Windows color (decimal): -391256 or 11012090. OLE color: 11012090.

HSL color Cylindrical-coordinate representation of color #FA07A8: hue angle of 320.25º 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 #FA07A8 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 168 -
CMYK 0 0.97 0.33 0.02
HSL 320.25º 0.96% 0.5% -
HSV(B) 320.25º 0.97% 0.98% -
XYZ 46.57 23.3 39.09 -
YUV 98.01 167.51 236.41 -
System Red Green Blue C M Y K H S L
Decimal 250 7 168 0 0.97 0.33 0.02 320.25 0.96 0.5
Hex FA 7 A8 0 61 21 2 140 60 32
Octal 372 7 250 0 141 41 2 500 140 62
Binary 11111010 111 10101000 0 1100001 100001 10 101000000 1100000 110010

Color Harmonies of #FA07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07A8

Black with #FA07A8

Text Example


Text Example

White with #FA07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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