Html Css Color HEX #F963AB Hot Pink

📋 copy color: '#F963AB'

red 249 ◦ green 99 ◦ blue 171

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

Shades of Hot Pink #F963AB

Tints of Hot Pink #F963AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 47.98%
G = 19.08%
B = 32.95%

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

#F963AB (or 0xF963AB) is known color: Hot Pink. HEX triplet: F9, 63 and AB. RGB value is (249,99,171). Sum of RGB (Red+Green+Blue) = 249+99+171=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F963AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963AB is #069C54. Grayscale: #979797. Windows color (decimal): -433237 or 11232249. OLE color: 11232249.

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

Color convert

RGB 249 99 171 -
CMYK 0 0.60 0.31 0.02
HSL 331.2º 0.93% 0.68% -
HSV(B) 331.2º 0.6% 0.98% -
XYZ 50.88 32 42.02 -
YUV 152.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 249 99 171 0 0.60 0.31 0.02 331.2 0.93 0.68
Hex F9 63 AB 0 3C 1F 2 14B 5D 44
Octal 371 143 253 0 74 37 2 513 135 104
Binary 11111001 1100011 10101011 0 111100 11111 10 101001011 1011101 1000100

Color Harmonies of #F963AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963AB

Black with #F963AB

Text Example


Text Example

White with #F963AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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