Html Css Color HEX #F768AD Hot Pink

📋 copy color: '#F768AD'

red 247 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #F768AD

Tints of Hot Pink #F768AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 47.14%
G = 19.85%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F768AD (or 0xF768AD) is known color: Hot Pink. HEX triplet: F7, 68 and AD. RGB value is (247,104,173). Sum of RGB (Red+Green+Blue) = 247+104+173=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F768AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768AD is #089752. Grayscale: #9A9A9A. Windows color (decimal): -563027 or 11364599. OLE color: 11364599.

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

Color convert

RGB 247 104 173 -
CMYK 0 0.58 0.30 0.03
HSL 331.05º 0.9% 0.69% -
HSV(B) 331.05º 0.58% 0.97% -
XYZ 50.85 32.69 43.17 -
YUV 154.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 247 104 173 0 0.58 0.30 0.03 331.05 0.9 0.69
Hex F7 68 AD 0 3A 1E 3 14B 5A 45
Octal 367 150 255 0 72 36 3 513 132 105
Binary 11110111 1101000 10101101 0 111010 11110 11 101001011 1011010 1000101

Color Harmonies of #F768AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768AD

Black with #F768AD

Text Example


Text Example

White with #F768AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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