Html Css Color HEX #FA66AF Hot Pink

📋 copy color: '#FA66AF'

red 250 ◦ green 102 ◦ blue 175

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

Shades of Hot Pink #FA66AF

Tints of Hot Pink #FA66AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 47.44%
G = 19.35%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA66AF (or 0xFA66AF) is known color: Hot Pink. HEX triplet: FA, 66 and AF. RGB value is (250,102,175). Sum of RGB (Red+Green+Blue) = 250+102+175=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA66AF is #059950. Grayscale: #9A9A9A. Windows color (decimal): -366929 or 11495162. OLE color: 11495162.

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

Color convert

RGB 250 102 175 -
CMYK 0 0.59 0.3 0.02
HSL 330.41º 0.94% 0.69% -
HSV(B) 330.41º 0.59% 0.98% -
XYZ 51.91 32.92 44.18 -
YUV 154.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 102 175 0 0.59 0.3 0.02 330.41 0.94 0.69
Hex FA 66 AF 0 3B 1E 2 14A 5E 45
Octal 372 146 257 0 73 36 2 512 136 105
Binary 11111010 1100110 10101111 0 111011 11110 10 101001010 1011110 1000101

Color Harmonies of #FA66AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66AF

Black with #FA66AF

Text Example


Text Example

White with #FA66AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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