Html Css Color HEX #F760AB Hot Pink

📋 copy color: '#F760AB'

red 247 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #F760AB

Tints of Hot Pink #F760AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 48.05%
G = 18.68%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F760AB (or 0xF760AB) is known color: Hot Pink. HEX triplet: F7, 60 and AB. RGB value is (247,96,171). Sum of RGB (Red+Green+Blue) = 247+96+171=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F760AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760AB is #089F54. Grayscale: #959595. Windows color (decimal): -565077 or 11231479. OLE color: 11231479.

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

Color convert

RGB 247 96 171 -
CMYK 0 0.61 0.31 0.03
HSL 330.2º 0.9% 0.67% -
HSV(B) 330.2º 0.61% 0.97% -
XYZ 49.89 31.08 41.9 -
YUV 149.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 247 96 171 0 0.61 0.31 0.03 330.2 0.9 0.67
Hex F7 60 AB 0 3D 1F 3 14A 5A 43
Octal 367 140 253 0 75 37 3 512 132 103
Binary 11110111 1100000 10101011 0 111101 11111 11 101001010 1011010 1000011

Color Harmonies of #F760AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760AB

Black with #F760AB

Text Example


Text Example

White with #F760AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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