Html Css Color HEX #FA02A0 Hollywood Cerise

📋 copy color: '#FA02A0'

red 250 ◦ green 2 ◦ blue 160

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

Shades of Hollywood Cerise #FA02A0

Tints of Hollywood Cerise #FA02A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 60.68%
G = 0.49%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA02A0 (or 0xFA02A0) is known color: Hollywood Cerise. HEX triplet: FA, 02 and A0. RGB value is (250,2,160). Sum of RGB (Red+Green+Blue) = 250+2+160=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA02A0 is #05FD5F. Grayscale: #5D5D5D. Windows color (decimal): -392544 or 10486522. OLE color: 10486522.

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

Color convert

RGB 250 2 160 -
CMYK 0 0.99 0.36 0.02
HSL 321.77º 0.98% 0.49% -
HSV(B) 321.77º 0.99% 0.98% -
XYZ 45.79 22.91 35.27 -
YUV 94.16 165.16 239.15 -
System Red Green Blue C M Y K H S L
Decimal 250 2 160 0 0.99 0.36 0.02 321.77 0.98 0.49
Hex FA 2 A0 0 63 24 2 142 62 31
Octal 372 2 240 0 143 44 2 502 142 61
Binary 11111010 10 10100000 0 1100011 100100 10 101000010 1100010 110001

Color Harmonies of #FA02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA02A0

Black with #FA02A0

Text Example


Text Example

White with #FA02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA02A0; }

 p { color: rgb(250,2,160); }

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

background-color css

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

 a { background-color: rgb(250,2,160); }

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

border-color css

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

 span { border-color: rgb(250,2,160); }

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