Html Css Color HEX #F963AC Hot Pink

📋 copy color: '#F963AC'

red 249 ◦ green 99 ◦ blue 172

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

Shades of Hot Pink #F963AC

Tints of Hot Pink #F963AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 47.88%
G = 19.04%
B = 33.08%

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

#F963AC (or 0xF963AC) is known color: Hot Pink. HEX triplet: F9, 63 and AC. RGB value is (249,99,172). Sum of RGB (Red+Green+Blue) = 249+99+172=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F963AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963AC is #069C53. Grayscale: #989898. Windows color (decimal): -433236 or 11297785. OLE color: 11297785.

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

Color convert

RGB 249 99 172 -
CMYK 0 0.60 0.31 0.02
HSL 330.8º 0.93% 0.68% -
HSV(B) 330.8º 0.6% 0.98% -
XYZ 50.98 32.04 42.53 -
YUV 152.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 249 99 172 0 0.60 0.31 0.02 330.8 0.93 0.68
Hex F9 63 AC 0 3C 1F 2 14B 5D 44
Octal 371 143 254 0 74 37 2 513 135 104
Binary 11111001 1100011 10101100 0 111100 11111 10 101001011 1011101 1000100

Color Harmonies of #F963AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963AC

Black with #F963AC

Text Example


Text Example

White with #F963AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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