Html Css Color HEX #FA6BA2 Hot Pink

📋 copy color: '#FA6BA2'

red 250 ◦ green 107 ◦ blue 162

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

Shades of Hot Pink #FA6BA2

Tints of Hot Pink #FA6BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 48.17%
G = 20.62%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA6BA2 (or 0xFA6BA2) is known color: Hot Pink. HEX triplet: FA, 6B and A2. RGB value is (250,107,162). Sum of RGB (Red+Green+Blue) = 250+107+162=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BA2 is #05945D. Grayscale: #9B9B9B. Windows color (decimal): -365662 or 10644474. OLE color: 10644474.

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

Color convert

RGB 250 107 162 -
CMYK 0 0.57 0.35 0.02
HSL 336.92º 0.93% 0.7% -
HSV(B) 336.92º 0.57% 0.98% -
XYZ 51.2 33.45 37.94 -
YUV 156.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 250 107 162 0 0.57 0.35 0.02 336.92 0.93 0.7
Hex FA 6B A2 0 39 23 2 151 5D 46
Octal 372 153 242 0 71 43 2 521 135 106
Binary 11111010 1101011 10100010 0 111001 100011 10 101010001 1011101 1000110

Color Harmonies of #FA6BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BA2

Black with #FA6BA2

Text Example


Text Example

White with #FA6BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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