Html Css Color HEX #F96BA8 Hot Pink

📋 copy color: '#F96BA8'

red 249 ◦ green 107 ◦ blue 168

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

Shades of Hot Pink #F96BA8

Tints of Hot Pink #F96BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.42%

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

R = 47.52%
G = 20.42%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F96BA8 (or 0xF96BA8) is known color: Hot Pink. HEX triplet: F9, 6B and A8. RGB value is (249,107,168). Sum of RGB (Red+Green+Blue) = 249+107+168=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA8 is #069457. Grayscale: #9C9C9C. Windows color (decimal): -431192 or 11037689. OLE color: 11037689.

HSL color Cylindrical-coordinate representation of color #F96BA8: hue angle of 334.23º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96BA8 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 107 168 -
CMYK 0 0.57 0.33 0.02
HSL 334.23º 0.92% 0.7% -
HSV(B) 334.23º 0.57% 0.98% -
XYZ 51.39 33.48 40.8 -
YUV 156.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 249 107 168 0 0.57 0.33 0.02 334.23 0.92 0.7
Hex F9 6B A8 0 39 21 2 14E 5C 46
Octal 371 153 250 0 71 41 2 516 134 106
Binary 11111001 1101011 10101000 0 111001 100001 10 101001110 1011100 1000110

Color Harmonies of #F96BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BA8

Black with #F96BA8

Text Example


Text Example

White with #F96BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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