Html Css Color HEX #F96BA5 Hot Pink

📋 copy color: '#F96BA5'

red 249 ◦ green 107 ◦ blue 165

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

Shades of Hot Pink #F96BA5

Tints of Hot Pink #F96BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 47.79%
G = 20.54%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F96BA5 (or 0xF96BA5) is known color: Hot Pink. HEX triplet: F9, 6B and A5. RGB value is (249,107,165). Sum of RGB (Red+Green+Blue) = 249+107+165=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA5 is #06945A. Grayscale: #9B9B9B. Windows color (decimal): -431195 or 10841081. OLE color: 10841081.

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

Color convert

RGB 249 107 165 -
CMYK 0 0.57 0.34 0.02
HSL 335.49º 0.92% 0.7% -
HSV(B) 335.49º 0.57% 0.98% -
XYZ 51.12 33.37 39.34 -
YUV 156.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 249 107 165 0 0.57 0.34 0.02 335.49 0.92 0.7
Hex F9 6B A5 0 39 22 2 14F 5C 46
Octal 371 153 245 0 71 42 2 517 134 106
Binary 11111001 1101011 10100101 0 111001 100010 10 101001111 1011100 1000110

Color Harmonies of #F96BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BA5

Black with #F96BA5

Text Example


Text Example

White with #F96BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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