Html Css Color HEX #FA029C Hollywood Cerise

📋 copy color: '#FA029C'

red 250 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #FA029C

Tints of Hollywood Cerise #FA029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 61.27%
G = 0.49%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA029C (or 0xFA029C) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 9C. RGB value is (250,2,156). Sum of RGB (Red+Green+Blue) = 250+2+156=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA029C is #05FD63. Grayscale: #5D5D5D. Windows color (decimal): -392548 or 10224378. OLE color: 10224378.

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

Color convert

RGB 250 2 156 -
CMYK 0 0.99 0.38 0.02
HSL 322.74º 0.98% 0.49% -
HSV(B) 322.74º 0.99% 0.98% -
XYZ 45.45 22.77 33.45 -
YUV 93.71 163.16 239.48 -
System Red Green Blue C M Y K H S L
Decimal 250 2 156 0 0.99 0.38 0.02 322.74 0.98 0.49
Hex FA 2 9C 0 63 26 2 143 62 31
Octal 372 2 234 0 143 46 2 503 142 61
Binary 11111010 10 10011100 0 1100011 100110 10 101000011 1100010 110001

Color Harmonies of #FA029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA029C

Black with #FA029C

Text Example


Text Example

White with #FA029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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