Html Css Color HEX #F760BC Hot Pink

📋 copy color: '#F760BC'

red 247 ◦ green 96 ◦ blue 188

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

Shades of Hot Pink #F760BC

Tints of Hot Pink #F760BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 46.52%
G = 18.08%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F760BC (or 0xF760BC) is known color: Hot Pink. HEX triplet: F7, 60 and BC. RGB value is (247,96,188). Sum of RGB (Red+Green+Blue) = 247+96+188=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F760BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760BC is #089F43. Grayscale: #979797. Windows color (decimal): -565060 or 12345591. OLE color: 12345591.

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

Color convert

RGB 247 96 188 -
CMYK 0 0.61 0.24 0.03
HSL 323.44º 0.9% 0.67% -
HSV(B) 323.44º 0.61% 0.97% -
XYZ 51.62 31.77 50.99 -
YUV 151.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 247 96 188 0 0.61 0.24 0.03 323.44 0.9 0.67
Hex F7 60 BC 0 3D 18 3 143 5A 43
Octal 367 140 274 0 75 30 3 503 132 103
Binary 11110111 1100000 10111100 0 111101 11000 11 101000011 1011010 1000011

Color Harmonies of #F760BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760BC

Black with #F760BC

Text Example


Text Example

White with #F760BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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