Html Css Color HEX #FA6BAC Hot Pink

📋 copy color: '#FA6BAC'

red 250 ◦ green 107 ◦ blue 172

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

Shades of Hot Pink #FA6BAC

Tints of Hot Pink #FA6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 47.26%
G = 20.23%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA6BAC (or 0xFA6BAC) is known color: Hot Pink. HEX triplet: FA, 6B and AC. RGB value is (250,107,172). Sum of RGB (Red+Green+Blue) = 250+107+172=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BAC is #059453. Grayscale: #9D9D9D. Windows color (decimal): -365652 or 11299834. OLE color: 11299834.

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

Color convert

RGB 250 107 172 -
CMYK 0 0.57 0.31 0.02
HSL 332.73º 0.93% 0.7% -
HSV(B) 332.73º 0.57% 0.98% -
XYZ 52.13 33.82 42.81 -
YUV 157.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 250 107 172 0 0.57 0.31 0.02 332.73 0.93 0.7
Hex FA 6B AC 0 39 1F 2 14D 5D 46
Octal 372 153 254 0 71 37 2 515 135 106
Binary 11111010 1101011 10101100 0 111001 11111 10 101001101 1011101 1000110

Color Harmonies of #FA6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BAC

Black with #FA6BAC

Text Example


Text Example

White with #FA6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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