Html Css Color HEX #F766AA Hot Pink

📋 copy color: '#F766AA'

red 247 ◦ green 102 ◦ blue 170

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

Shades of Hot Pink #F766AA

Tints of Hot Pink #F766AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.65%

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

R = 47.59%
G = 19.65%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F766AA (or 0xF766AA) is known color: Hot Pink. HEX triplet: F7, 66 and AA. RGB value is (247,102,170). Sum of RGB (Red+Green+Blue) = 247+102+170=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F766AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F766AA is #089955. Grayscale: #989898. Windows color (decimal): -563542 or 11167479. OLE color: 11167479.

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

Color convert

RGB 247 102 170 -
CMYK 0 0.59 0.31 0.03
HSL 331.86º 0.9% 0.68% -
HSV(B) 331.86º 0.59% 0.97% -
XYZ 50.36 32.18 41.59 -
YUV 153.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 247 102 170 0 0.59 0.31 0.03 331.86 0.9 0.68
Hex F7 66 AA 0 3B 1F 3 14C 5A 44
Octal 367 146 252 0 73 37 3 514 132 104
Binary 11110111 1100110 10101010 0 111011 11111 11 101001100 1011010 1000100

Color Harmonies of #F766AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766AA

Black with #F766AA

Text Example


Text Example

White with #F766AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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