Html Css Color HEX #F762AA Hot Pink

📋 copy color: '#F762AA'

red 247 ◦ green 98 ◦ blue 170

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

Shades of Hot Pink #F762AA

Tints of Hot Pink #F762AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.03%

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 47.96%
G = 19.03%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F762AA (or 0xF762AA) is known color: Hot Pink. HEX triplet: F7, 62 and AA. RGB value is (247,98,170). Sum of RGB (Red+Green+Blue) = 247+98+170=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F762AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F762AA is #089D55. Grayscale: #969696. Windows color (decimal): -564566 or 11166455. OLE color: 11166455.

HSL color Cylindrical-coordinate representation of color #F762AA: hue angle of 331.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762AA is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 170 -
CMYK 0 0.60 0.31 0.03
HSL 331.01º 0.9% 0.68% -
HSV(B) 331.01º 0.6% 0.97% -
XYZ 49.98 31.41 41.46 -
YUV 150.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 247 98 170 0 0.60 0.31 0.03 331.01 0.9 0.68
Hex F7 62 AA 0 3C 1F 3 14B 5A 44
Octal 367 142 252 0 74 37 3 513 132 104
Binary 11110111 1100010 10101010 0 111100 11111 11 101001011 1011010 1000100

Color Harmonies of #F762AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762AA

Black with #F762AA

Text Example


Text Example

White with #F762AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762AA; }

 p { color: rgb(247,98,170); }

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

background-color css

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

 a { background-color: rgb(247,98,170); }

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

border-color css

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

 span { border-color: rgb(247,98,170); }

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