Html Css Color HEX #F963AD Hot Pink

📋 copy color: '#F963AD'

red 249 ◦ green 99 ◦ blue 173

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

Shades of Hot Pink #F963AD

Tints of Hot Pink #F963AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

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

R = 47.79%
G = 19%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F963AD (or 0xF963AD) is known color: Hot Pink. HEX triplet: F9, 63 and AD. RGB value is (249,99,173). Sum of RGB (Red+Green+Blue) = 249+99+173=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F963AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963AD is #069C52. Grayscale: #989898. Windows color (decimal): -433235 or 11363321. OLE color: 11363321.

HSL color Cylindrical-coordinate representation of color #F963AD: hue angle of 330.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963AD is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 173 -
CMYK 0 0.60 0.31 0.02
HSL 330.4º 0.93% 0.68% -
HSV(B) 330.4º 0.6% 0.98% -
XYZ 51.07 32.08 43.04 -
YUV 152.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 249 99 173 0 0.60 0.31 0.02 330.4 0.93 0.68
Hex F9 63 AD 0 3C 1F 2 14A 5D 44
Octal 371 143 255 0 74 37 2 512 135 104
Binary 11111001 1100011 10101101 0 111100 11111 10 101001010 1011101 1000100

Color Harmonies of #F963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963AD

Black with #F963AD

Text Example


Text Example

White with #F963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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