Html Css Color HEX #FA66A8 Hot Pink

📋 copy color: '#FA66A8'

red 250 ◦ green 102 ◦ blue 168

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

Shades of Hot Pink #FA66A8

Tints of Hot Pink #FA66A8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.62%

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 48.08%
G = 19.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA66A8 (or 0xFA66A8) is known color: Hot Pink. HEX triplet: FA, 66 and A8. RGB value is (250,102,168). Sum of RGB (Red+Green+Blue) = 250+102+168=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA66A8 is #059957. Grayscale: #999999. Windows color (decimal): -366936 or 11036410. OLE color: 11036410.

HSL color Cylindrical-coordinate representation of color #FA66A8: hue angle of 333.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA66A8 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 102 168 -
CMYK 0 0.59 0.33 0.02
HSL 333.24º 0.94% 0.69% -
HSV(B) 333.24º 0.59% 0.98% -
XYZ 51.24 32.65 40.65 -
YUV 153.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 250 102 168 0 0.59 0.33 0.02 333.24 0.94 0.69
Hex FA 66 A8 0 3B 21 2 14D 5E 45
Octal 372 146 250 0 73 41 2 515 136 105
Binary 11111010 1100110 10101000 0 111011 100001 10 101001101 1011110 1000101

Color Harmonies of #FA66A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66A8

Black with #FA66A8

Text Example


Text Example

White with #FA66A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66A8; }

 p { color: rgb(250,102,168); }

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

background-color css

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

 a { background-color: rgb(250,102,168); }

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

border-color css

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

 span { border-color: rgb(250,102,168); }

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