Html Css Color HEX #F768A9 Hot Pink

📋 copy color: '#F768A9'

red 247 ◦ green 104 ◦ blue 169

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

Shades of Hot Pink #F768A9

Tints of Hot Pink #F768A9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 47.5%
G = 20%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F768A9 (or 0xF768A9) is known color: Hot Pink. HEX triplet: F7, 68 and A9. RGB value is (247,104,169). Sum of RGB (Red+Green+Blue) = 247+104+169=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F768A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768A9 is #089756. Grayscale: #9A9A9A. Windows color (decimal): -563031 or 11102455. OLE color: 11102455.

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

Color convert

RGB 247 104 169 -
CMYK 0 0.58 0.32 0.03
HSL 332.73º 0.9% 0.69% -
HSV(B) 332.73º 0.58% 0.97% -
XYZ 50.47 32.54 41.16 -
YUV 154.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 247 104 169 0 0.58 0.32 0.03 332.73 0.9 0.69
Hex F7 68 A9 0 3A 20 3 14D 5A 45
Octal 367 150 251 0 72 40 3 515 132 105
Binary 11110111 1101000 10101001 0 111010 100000 11 101001101 1011010 1000101

Color Harmonies of #F768A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768A9

Black with #F768A9

Text Example


Text Example

White with #F768A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768A9; }

 p { color: rgb(247,104,169); }

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

background-color css

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

 a { background-color: rgb(247,104,169); }

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

border-color css

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

 span { border-color: rgb(247,104,169); }

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