Html Css Color HEX #F760B9 Hot Pink

📋 copy color: '#F760B9'

red 247 ◦ green 96 ◦ blue 185

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

Shades of Hot Pink #F760B9

Tints of Hot Pink #F760B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 46.78%
G = 18.18%
B = 35.04%

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

#F760B9 (or 0xF760B9) is known color: Hot Pink. HEX triplet: F7, 60 and B9. RGB value is (247,96,185). Sum of RGB (Red+Green+Blue) = 247+96+185=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F760B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760B9 is #089F46. Grayscale: #979797. Windows color (decimal): -565063 or 12148983. OLE color: 12148983.

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

Color convert

RGB 247 96 185 -
CMYK 0 0.61 0.25 0.03
HSL 324.64º 0.9% 0.67% -
HSV(B) 324.64º 0.61% 0.97% -
XYZ 51.3 31.64 49.3 -
YUV 151.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 247 96 185 0 0.61 0.25 0.03 324.64 0.9 0.67
Hex F7 60 B9 0 3D 19 3 145 5A 43
Octal 367 140 271 0 75 31 3 505 132 103
Binary 11110111 1100000 10111001 0 111101 11001 11 101000101 1011010 1000011

Color Harmonies of #F760B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760B9

Black with #F760B9

Text Example


Text Example

White with #F760B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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