Html Css Color HEX #FA6DB0 Hot Pink

📋 copy color: '#FA6DB0'

red 250 ◦ green 109 ◦ blue 176

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

Shades of Hot Pink #FA6DB0

Tints of Hot Pink #FA6DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.37%

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 46.73%
G = 20.37%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA6DB0 (or 0xFA6DB0) is known color: Hot Pink. HEX triplet: FA, 6D and B0. RGB value is (250,109,176). Sum of RGB (Red+Green+Blue) = 250+109+176=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DB0 is #05924F. Grayscale: #9E9E9E. Windows color (decimal): -365136 or 11562490. OLE color: 11562490.

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

Color convert

RGB 250 109 176 -
CMYK 0 0.56 0.30 0.02
HSL 331.49º 0.93% 0.7% -
HSV(B) 331.49º 0.56% 0.98% -
XYZ 52.73 34.4 44.93 -
YUV 158.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 250 109 176 0 0.56 0.30 0.02 331.49 0.93 0.7
Hex FA 6D B0 0 38 1E 2 14B 5D 46
Octal 372 155 260 0 70 36 2 513 135 106
Binary 11111010 1101101 10110000 0 111000 11110 10 101001011 1011101 1000110

Color Harmonies of #FA6DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DB0

Black with #FA6DB0

Text Example


Text Example

White with #FA6DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DB0; }

 p { color: rgb(250,109,176); }

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

background-color css

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

 a { background-color: rgb(250,109,176); }

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

border-color css

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

 span { border-color: rgb(250,109,176); }

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