Html Css Color HEX #F760BA Hot Pink

📋 copy color: '#F760BA'

red 247 ◦ green 96 ◦ blue 186

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

Shades of Hot Pink #F760BA

Tints of Hot Pink #F760BA

RGB

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

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

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

R = 46.69%
G = 18.15%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F760BA (or 0xF760BA) is known color: Hot Pink. HEX triplet: F7, 60 and BA. RGB value is (247,96,186). Sum of RGB (Red+Green+Blue) = 247+96+186=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F760BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760BA is #089F45. Grayscale: #979797. Windows color (decimal): -565062 or 12214519. OLE color: 12214519.

HSL color Cylindrical-coordinate representation of color #F760BA: hue angle of 324.24º 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 #F760BA is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 186 -
CMYK 0 0.61 0.25 0.03
HSL 324.24º 0.9% 0.67% -
HSV(B) 324.24º 0.61% 0.97% -
XYZ 51.4 31.69 49.86 -
YUV 151.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 247 96 186 0 0.61 0.25 0.03 324.24 0.9 0.67
Hex F7 60 BA 0 3D 19 3 144 5A 43
Octal 367 140 272 0 75 31 3 504 132 103
Binary 11110111 1100000 10111010 0 111101 11001 11 101000100 1011010 1000011

Color Harmonies of #F760BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760BA

Black with #F760BA

Text Example


Text Example

White with #F760BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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