Html Css Color HEX #F96BA3 Hot Pink

📋 copy color: '#F96BA3'

red 249 ◦ green 107 ◦ blue 163

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

Shades of Hot Pink #F96BA3

Tints of Hot Pink #F96BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.41%

R = 47.98%
G = 20.62%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F96BA3 (or 0xF96BA3) is known color: Hot Pink. HEX triplet: F9, 6B and A3. RGB value is (249,107,163). Sum of RGB (Red+Green+Blue) = 249+107+163=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA3 is #06945C. Grayscale: #9B9B9B. Windows color (decimal): -431197 or 10710009. OLE color: 10710009.

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

Color convert

RGB 249 107 163 -
CMYK 0 0.57 0.35 0.02
HSL 336.34º 0.92% 0.7% -
HSV(B) 336.34º 0.57% 0.98% -
XYZ 50.94 33.3 38.39 -
YUV 155.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 249 107 163 0 0.57 0.35 0.02 336.34 0.92 0.7
Hex F9 6B A3 0 39 23 2 150 5C 46
Octal 371 153 243 0 71 43 2 520 134 106
Binary 11111001 1101011 10100011 0 111001 100011 10 101010000 1011100 1000110

Color Harmonies of #F96BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BA3

Black with #F96BA3

Text Example


Text Example

White with #F96BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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