Html Css Color HEX #FA0CA2 Hollywood Cerise

📋 copy color: '#FA0CA2'

red 250 ◦ green 12 ◦ blue 162

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

Shades of Hollywood Cerise #FA0CA2

Tints of Hollywood Cerise #FA0CA2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.83%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 58.96%
G = 2.83%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA0CA2 (or 0xFA0CA2) is known color: Hollywood Cerise. HEX triplet: FA, 0C and A2. RGB value is (250,12,162). Sum of RGB (Red+Green+Blue) = 250+12+162=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0CA2 is #05F35D. Grayscale: #636363. Windows color (decimal): -389982 or 10620154. OLE color: 10620154.

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

Color convert

RGB 250 12 162 -
CMYK 0 0.95 0.35 0.02
HSL 322.18º 0.96% 0.51% -
HSV(B) 322.18º 0.95% 0.98% -
XYZ 46.08 23.2 36.23 -
YUV 100.26 162.85 234.8 -
System Red Green Blue C M Y K H S L
Decimal 250 12 162 0 0.95 0.35 0.02 322.18 0.96 0.51
Hex FA C A2 0 5F 23 2 142 60 33
Octal 372 14 242 0 137 43 2 502 140 63
Binary 11111010 1100 10100010 0 1011111 100011 10 101000010 1100000 110011

Color Harmonies of #FA0CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CA2

Black with #FA0CA2

Text Example


Text Example

White with #FA0CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CA2; }

 p { color: rgb(250,12,162); }

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

background-color css

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

 a { background-color: rgb(250,12,162); }

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

border-color css

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

 span { border-color: rgb(250,12,162); }

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