Html Css Color HEX #F966AD Hot Pink

📋 copy color: '#F966AD'

red 249 ◦ green 102 ◦ blue 173

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

Shades of Hot Pink #F966AD

Tints of Hot Pink #F966AD

RGB

 RED value IS 249 (97.66% from 255) = 47.52%

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

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 47.52%
G = 19.47%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F966AD (or 0xF966AD) is known color: Hot Pink. HEX triplet: F9, 66 and AD. RGB value is (249,102,173). Sum of RGB (Red+Green+Blue) = 249+102+173=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F966AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966AD is #069952. Grayscale: #999999. Windows color (decimal): -432467 or 11364089. OLE color: 11364089.

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

Color convert

RGB 249 102 173 -
CMYK 0 0.59 0.31 0.02
HSL 331.02º 0.92% 0.69% -
HSV(B) 331.02º 0.59% 0.98% -
XYZ 51.36 32.66 43.13 -
YUV 154.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 249 102 173 0 0.59 0.31 0.02 331.02 0.92 0.69
Hex F9 66 AD 0 3B 1F 2 14B 5C 45
Octal 371 146 255 0 73 37 2 513 134 105
Binary 11111001 1100110 10101101 0 111011 11111 10 101001011 1011100 1000101

Color Harmonies of #F966AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966AD

Black with #F966AD

Text Example


Text Example

White with #F966AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966AD; }

 p { color: rgb(249,102,173); }

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

background-color css

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

 a { background-color: rgb(249,102,173); }

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

border-color css

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

 span { border-color: rgb(249,102,173); }

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