Html Css Color HEX #F764A8 Hot Pink

📋 copy color: '#F764A8'

red 247 ◦ green 100 ◦ blue 168

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

Shades of Hot Pink #F764A8

Tints of Hot Pink #F764A8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.42%

 BLUE value IS 168 (66.02% from 255) = 32.62%

R = 47.96%
G = 19.42%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F764A8 (or 0xF764A8) is known color: Hot Pink. HEX triplet: F7, 64 and A8. RGB value is (247,100,168). Sum of RGB (Red+Green+Blue) = 247+100+168=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A8 is #089B57. Grayscale: #979797. Windows color (decimal): -564056 or 11035895. OLE color: 11035895.

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

Color convert

RGB 247 100 168 -
CMYK 0 0.60 0.32 0.03
HSL 332.24º 0.9% 0.68% -
HSV(B) 332.24º 0.6% 0.97% -
XYZ 49.98 31.72 40.53 -
YUV 151.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 247 100 168 0 0.60 0.32 0.03 332.24 0.9 0.68
Hex F7 64 A8 0 3C 20 3 14C 5A 44
Octal 367 144 250 0 74 40 3 514 132 104
Binary 11110111 1100100 10101000 0 111100 100000 11 101001100 1011010 1000100

Color Harmonies of #F764A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764A8

Black with #F764A8

Text Example


Text Example

White with #F764A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764A8; }

 p { color: rgb(247,100,168); }

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

background-color css

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

 a { background-color: rgb(247,100,168); }

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

border-color css

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

 span { border-color: rgb(247,100,168); }

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