Html Css Color HEX #F959BA Hot Pink

📋 copy color: '#F959BA'

red 249 ◦ green 89 ◦ blue 186

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

Shades of Hot Pink #F959BA

Tints of Hot Pink #F959BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 47.52%
G = 16.98%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F959BA (or 0xF959BA) is known color: Hot Pink. HEX triplet: F9, 59 and BA. RGB value is (249,89,186). Sum of RGB (Red+Green+Blue) = 249+89+186=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F959BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959BA is #06A645. Grayscale: #939393. Windows color (decimal): -435782 or 12212729. OLE color: 12212729.

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

Color convert

RGB 249 89 186 -
CMYK 0 0.64 0.25 0.02
HSL 323.63º 0.93% 0.66% -
HSV(B) 323.63º 0.64% 0.98% -
XYZ 51.5 30.83 49.69 -
YUV 147.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 249 89 186 0 0.64 0.25 0.02 323.63 0.93 0.66
Hex F9 59 BA 0 40 19 2 144 5D 42
Octal 371 131 272 0 100 31 2 504 135 102
Binary 11111001 1011001 10111010 0 1000000 11001 10 101000100 1011101 1000010

Color Harmonies of #F959BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959BA

Black with #F959BA

Text Example


Text Example

White with #F959BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959BA; }

 p { color: rgb(249,89,186); }

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

background-color css

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

 a { background-color: rgb(249,89,186); }

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

border-color css

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

 span { border-color: rgb(249,89,186); }

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