Html Css Color HEX #FA6CA2 Hot Pink

📋 copy color: '#FA6CA2'

red 250 ◦ green 108 ◦ blue 162

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

Shades of Hot Pink #FA6CA2

Tints of Hot Pink #FA6CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

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

R = 48.08%
G = 20.77%
B = 31.15%

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

#FA6CA2 (or 0xFA6CA2) is known color: Hot Pink. HEX triplet: FA, 6C and A2. RGB value is (250,108,162). Sum of RGB (Red+Green+Blue) = 250+108+162=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6CA2 is #05935D. Grayscale: #9C9C9C. Windows color (decimal): -365406 or 10644730. OLE color: 10644730.

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

Color convert

RGB 250 108 162 -
CMYK 0 0.57 0.35 0.02
HSL 337.18º 0.93% 0.7% -
HSV(B) 337.18º 0.57% 0.98% -
XYZ 51.31 33.66 37.97 -
YUV 156.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 250 108 162 0 0.57 0.35 0.02 337.18 0.93 0.7
Hex FA 6C A2 0 39 23 2 151 5D 46
Octal 372 154 242 0 71 43 2 521 135 106
Binary 11111010 1101100 10100010 0 111001 100011 10 101010001 1011101 1000110

Color Harmonies of #FA6CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CA2

Black with #FA6CA2

Text Example


Text Example

White with #FA6CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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