Html Css Color HEX #F768AC Hot Pink

📋 copy color: '#F768AC'

red 247 ◦ green 104 ◦ blue 172

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

Shades of Hot Pink #F768AC

Tints of Hot Pink #F768AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 47.23%
G = 19.89%
B = 32.89%

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

#F768AC (or 0xF768AC) is known color: Hot Pink. HEX triplet: F7, 68 and AC. RGB value is (247,104,172). Sum of RGB (Red+Green+Blue) = 247+104+172=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F768AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768AC is #089753. Grayscale: #9A9A9A. Windows color (decimal): -563028 or 11299063. OLE color: 11299063.

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

Color convert

RGB 247 104 172 -
CMYK 0 0.58 0.30 0.03
HSL 331.47º 0.9% 0.69% -
HSV(B) 331.47º 0.58% 0.97% -
XYZ 50.75 32.65 42.66 -
YUV 154.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 247 104 172 0 0.58 0.30 0.03 331.47 0.9 0.69
Hex F7 68 AC 0 3A 1E 3 14B 5A 45
Octal 367 150 254 0 72 36 3 513 132 105
Binary 11110111 1101000 10101100 0 111010 11110 11 101001011 1011010 1000101

Color Harmonies of #F768AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768AC

Black with #F768AC

Text Example


Text Example

White with #F768AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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