Html Css Color HEX #F96DBB Hot Pink

📋 copy color: '#F96DBB'

red 249 ◦ green 109 ◦ blue 187

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

Shades of Hot Pink #F96DBB

Tints of Hot Pink #F96DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 187 (73.44% from 255) = 34.31%

R = 45.69%
G = 20%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F96DBB (or 0xF96DBB) is known color: Hot Pink. HEX triplet: F9, 6D and BB. RGB value is (249,109,187). Sum of RGB (Red+Green+Blue) = 249+109+187=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DBB is #069244. Grayscale: #9F9F9F. Windows color (decimal): -430661 or 12283385. OLE color: 12283385.

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

Color convert

RGB 249 109 187 -
CMYK 0 0.56 0.25 0.02
HSL 326.57º 0.92% 0.7% -
HSV(B) 326.57º 0.56% 0.98% -
XYZ 53.51 34.66 50.88 -
YUV 159.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 249 109 187 0 0.56 0.25 0.02 326.57 0.92 0.7
Hex F9 6D BB 0 38 19 2 147 5C 46
Octal 371 155 273 0 70 31 2 507 134 106
Binary 11111001 1101101 10111011 0 111000 11001 10 101000111 1011100 1000110

Color Harmonies of #F96DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DBB

Black with #F96DBB

Text Example


Text Example

White with #F96DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DBB; }

 p { color: rgb(249,109,187); }

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

background-color css

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

 a { background-color: rgb(249,109,187); }

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

border-color css

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

 span { border-color: rgb(249,109,187); }

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