Html Css Color HEX #F959B5 Hot Pink

📋 copy color: '#F959B5'

red 249 ◦ green 89 ◦ blue 181

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

Shades of Hot Pink #F959B5

Tints of Hot Pink #F959B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 47.98%
G = 17.15%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F959B5 (or 0xF959B5) is known color: Hot Pink. HEX triplet: F9, 59 and B5. RGB value is (249,89,181). Sum of RGB (Red+Green+Blue) = 249+89+181=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F959B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959B5 is #06A64A. Grayscale: #939393. Windows color (decimal): -435787 or 11885049. OLE color: 11885049.

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

Color convert

RGB 249 89 181 -
CMYK 0 0.64 0.27 0.02
HSL 325.5º 0.93% 0.66% -
HSV(B) 325.5º 0.64% 0.98% -
XYZ 50.98 30.62 46.94 -
YUV 147.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 249 89 181 0 0.64 0.27 0.02 325.5 0.93 0.66
Hex F9 59 B5 0 40 1B 2 146 5D 42
Octal 371 131 265 0 100 33 2 506 135 102
Binary 11111001 1011001 10110101 0 1000000 11011 10 101000110 1011101 1000010

Color Harmonies of #F959B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959B5

Black with #F959B5

Text Example


Text Example

White with #F959B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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