Html Css Color HEX #F963A8 Hot Pink

📋 copy color: '#F963A8'

red 249 ◦ green 99 ◦ blue 168

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

Shades of Hot Pink #F963A8

Tints of Hot Pink #F963A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 48.26%
G = 19.19%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F963A8 (or 0xF963A8) is known color: Hot Pink. HEX triplet: F9, 63 and A8. RGB value is (249,99,168). Sum of RGB (Red+Green+Blue) = 249+99+168=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A8 is #069C57. Grayscale: #979797. Windows color (decimal): -433240 or 11035641. OLE color: 11035641.

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

Color convert

RGB 249 99 168 -
CMYK 0 0.60 0.33 0.02
HSL 332.4º 0.93% 0.68% -
HSV(B) 332.4º 0.6% 0.98% -
XYZ 50.6 31.89 40.53 -
YUV 151.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 249 99 168 0 0.60 0.33 0.02 332.4 0.93 0.68
Hex F9 63 A8 0 3C 21 2 14C 5D 44
Octal 371 143 250 0 74 41 2 514 135 104
Binary 11111001 1100011 10101000 0 111100 100001 10 101001100 1011101 1000100

Color Harmonies of #F963A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963A8

Black with #F963A8

Text Example


Text Example

White with #F963A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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