Html Css Color HEX #F956BA Hot Pink

📋 copy color: '#F956BA'

red 249 ◦ green 86 ◦ blue 186

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

Shades of Hot Pink #F956BA

Tints of Hot Pink #F956BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.51%

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

R = 47.79%
G = 16.51%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F956BA (or 0xF956BA) is known color: Hot Pink. HEX triplet: F9, 56 and BA. RGB value is (249,86,186). Sum of RGB (Red+Green+Blue) = 249+86+186=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F956BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956BA is #06A945. Grayscale: #919191. Windows color (decimal): -436550 or 12211961. OLE color: 12211961.

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

Color convert

RGB 249 86 186 -
CMYK 0 0.65 0.25 0.02
HSL 323.19º 0.93% 0.66% -
HSV(B) 323.19º 0.65% 0.98% -
XYZ 51.26 30.34 49.61 -
YUV 146.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 249 86 186 0 0.65 0.25 0.02 323.19 0.93 0.66
Hex F9 56 BA 0 41 19 2 143 5D 42
Octal 371 126 272 0 101 31 2 503 135 102
Binary 11111001 1010110 10111010 0 1000001 11001 10 101000011 1011101 1000010

Color Harmonies of #F956BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956BA

Black with #F956BA

Text Example


Text Example

White with #F956BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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