Html Css Color HEX #F760AC Hot Pink

📋 copy color: '#F760AC'

red 247 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #F760AC

Tints of Hot Pink #F760AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.64%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 47.96%
G = 18.64%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F760AC (or 0xF760AC) is known color: Hot Pink. HEX triplet: F7, 60 and AC. RGB value is (247,96,172). Sum of RGB (Red+Green+Blue) = 247+96+172=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F760AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760AC is #089F53. Grayscale: #959595. Windows color (decimal): -565076 or 11297015. OLE color: 11297015.

HSL color Cylindrical-coordinate representation of color #F760AC: hue angle of 329.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760AC is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 172 -
CMYK 0 0.61 0.30 0.03
HSL 329.8º 0.9% 0.67% -
HSV(B) 329.8º 0.61% 0.97% -
XYZ 49.99 31.12 42.4 -
YUV 149.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 247 96 172 0 0.61 0.30 0.03 329.8 0.9 0.67
Hex F7 60 AC 0 3D 1E 3 14A 5A 43
Octal 367 140 254 0 75 36 3 512 132 103
Binary 11110111 1100000 10101100 0 111101 11110 11 101001010 1011010 1000011

Color Harmonies of #F760AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760AC

Black with #F760AC

Text Example


Text Example

White with #F760AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760AC; }

 p { color: rgb(247,96,172); }

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

background-color css

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

 a { background-color: rgb(247,96,172); }

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

border-color css

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

 span { border-color: rgb(247,96,172); }

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