Html Css Color HEX #F96DAE Hot Pink

📋 copy color: '#F96DAE'

red 249 ◦ green 109 ◦ blue 174

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

Shades of Hot Pink #F96DAE

Tints of Hot Pink #F96DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.71%

R = 46.8%
G = 20.49%
B = 32.71%

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

#F96DAE (or 0xF96DAE) is known color: Hot Pink. HEX triplet: F9, 6D and AE. RGB value is (249,109,174). Sum of RGB (Red+Green+Blue) = 249+109+174=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96DAE is #069251. Grayscale: #9E9E9E. Windows color (decimal): -430674 or 11431417. OLE color: 11431417.

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

Color convert

RGB 249 109 174 -
CMYK 0 0.56 0.30 0.02
HSL 332.14º 0.92% 0.7% -
HSV(B) 332.14º 0.56% 0.98% -
XYZ 52.18 34.13 43.88 -
YUV 158.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 249 109 174 0 0.56 0.30 0.02 332.14 0.92 0.7
Hex F9 6D AE 0 38 1E 2 14C 5C 46
Octal 371 155 256 0 70 36 2 514 134 106
Binary 11111001 1101101 10101110 0 111000 11110 10 101001100 1011100 1000110

Color Harmonies of #F96DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DAE

Black with #F96DAE

Text Example


Text Example

White with #F96DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DAE; }

 p { color: rgb(249,109,174); }

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

background-color css

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

 a { background-color: rgb(249,109,174); }

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

border-color css

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

 span { border-color: rgb(249,109,174); }

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