Html Css Color HEX #F472AD Hot Pink

📋 copy color: '#F472AD'

red 244 ◦ green 114 ◦ blue 173

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

Shades of Hot Pink #F472AD

Tints of Hot Pink #F472AD

RGB

 RED value IS 244 (95.7% from 255) = 45.95%

 GREEN value IS 114 (44.92% from 255) = 21.47%

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

R = 45.95%
G = 21.47%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F472AD (or 0xF472AD) is known color: Hot Pink. HEX triplet: F4, 72 and AD. RGB value is (244,114,173). Sum of RGB (Red+Green+Blue) = 244+114+173=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F472AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F472AD is #0B8D52. Grayscale: #9F9F9F. Windows color (decimal): -757075 or 11367156. OLE color: 11367156.

HSL color Cylindrical-coordinate representation of color #F472AD: hue angle of 332.77º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472AD is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 114 173 -
CMYK 0 0.53 0.29 0.04
HSL 332.77º 0.86% 0.7% -
HSV(B) 332.77º 0.53% 0.96% -
XYZ 50.87 34.28 43.47 -
YUV 159.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 244 114 173 0 0.53 0.29 0.04 332.77 0.86 0.7
Hex F4 72 AD 0 35 1D 4 14D 56 46
Octal 364 162 255 0 65 35 4 515 126 106
Binary 11110100 1110010 10101101 0 110101 11101 100 101001101 1010110 1000110

Color Harmonies of #F472AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472AD

Black with #F472AD

Text Example


Text Example

White with #F472AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472AD; }

 p { color: rgb(244,114,173); }

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

background-color css

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

 a { background-color: rgb(244,114,173); }

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

border-color css

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

 span { border-color: rgb(244,114,173); }

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