Html Css Color HEX #F756BA Hot Pink

📋 copy color: '#F756BA'

red 247 ◦ green 86 ◦ blue 186

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

Shades of Hot Pink #F756BA

Tints of Hot Pink #F756BA

RGB

 RED value IS 247 (96.88% from 255) = 47.59%

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

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

R = 47.59%
G = 16.57%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F756BA (or 0xF756BA) is known color: Hot Pink. HEX triplet: F7, 56 and BA. RGB value is (247,86,186). Sum of RGB (Red+Green+Blue) = 247+86+186=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F756BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756BA is #08A945. Grayscale: #919191. Windows color (decimal): -567622 or 12211959. OLE color: 12211959.

HSL color Cylindrical-coordinate representation of color #F756BA: hue angle of 322.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756BA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 86 186 -
CMYK 0 0.65 0.25 0.03
HSL 322.73º 0.91% 0.65% -
HSV(B) 322.73º 0.65% 0.97% -
XYZ 50.55 29.97 49.58 -
YUV 145.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 247 86 186 0 0.65 0.25 0.03 322.73 0.91 0.65
Hex F7 56 BA 0 41 19 3 143 5B 41
Octal 367 126 272 0 101 31 3 503 133 101
Binary 11110111 1010110 10111010 0 1000001 11001 11 101000011 1011011 1000001

Color Harmonies of #F756BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756BA

Black with #F756BA

Text Example


Text Example

White with #F756BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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