Html Css Color HEX #FA0BA2 Hollywood Cerise

📋 copy color: '#FA0BA2'

red 250 ◦ green 11 ◦ blue 162

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

Shades of Hollywood Cerise #FA0BA2

Tints of Hollywood Cerise #FA0BA2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

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

R = 59.1%
G = 2.6%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA0BA2 (or 0xFA0BA2) is known color: Hollywood Cerise. HEX triplet: FA, 0B and A2. RGB value is (250,11,162). Sum of RGB (Red+Green+Blue) = 250+11+162=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BA2 is #05F45D. Grayscale: #636363. Windows color (decimal): -390238 or 10619898. OLE color: 10619898.

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

Color convert

RGB 250 11 162 -
CMYK 0 0.96 0.35 0.02
HSL 322.09º 0.96% 0.51% -
HSV(B) 322.09º 0.96% 0.98% -
XYZ 46.07 23.17 36.23 -
YUV 99.68 163.18 235.22 -
System Red Green Blue C M Y K H S L
Decimal 250 11 162 0 0.96 0.35 0.02 322.09 0.96 0.51
Hex FA B A2 0 60 23 2 142 60 33
Octal 372 13 242 0 140 43 2 502 140 63
Binary 11111010 1011 10100010 0 1100000 100011 10 101000010 1100000 110011

Color Harmonies of #FA0BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BA2

Black with #FA0BA2

Text Example


Text Example

White with #FA0BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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