Html Css Color HEX #F768A4 Hot Pink

📋 copy color: '#F768A4'

red 247 ◦ green 104 ◦ blue 164

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

Shades of Hot Pink #F768A4

Tints of Hot Pink #F768A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 47.96%
G = 20.19%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F768A4 (or 0xF768A4) is known color: Hot Pink. HEX triplet: F7, 68 and A4. RGB value is (247,104,164). Sum of RGB (Red+Green+Blue) = 247+104+164=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F768A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768A4 is #08975B. Grayscale: #999999. Windows color (decimal): -563036 or 10774775. OLE color: 10774775.

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

Color convert

RGB 247 104 164 -
CMYK 0 0.58 0.34 0.03
HSL 334.83º 0.9% 0.69% -
HSV(B) 334.83º 0.58% 0.97% -
XYZ 50.01 32.36 38.73 -
YUV 153.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 247 104 164 0 0.58 0.34 0.03 334.83 0.9 0.69
Hex F7 68 A4 0 3A 22 3 14F 5A 45
Octal 367 150 244 0 72 42 3 517 132 105
Binary 11110111 1101000 10100100 0 111010 100010 11 101001111 1011010 1000101

Color Harmonies of #F768A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768A4

Black with #F768A4

Text Example


Text Example

White with #F768A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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