Html Css Color HEX #F572AD Hot Pink

📋 copy color: '#F572AD'

red 245 ◦ green 114 ◦ blue 173

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

Shades of Hot Pink #F572AD

Tints of Hot Pink #F572AD

RGB

 RED value IS 245 (96.09% from 255) = 46.05%

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

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

R = 46.05%
G = 21.43%
B = 32.52%

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

#F572AD (or 0xF572AD) is known color: Hot Pink. HEX triplet: F5, 72 and AD. RGB value is (245,114,173). Sum of RGB (Red+Green+Blue) = 245+114+173=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F572AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572AD is #0A8D52. Grayscale: #9F9F9F. Windows color (decimal): -691539 or 11367157. OLE color: 11367157.

HSL color Cylindrical-coordinate representation of color #F572AD: hue angle of 332.98º degrees, saturation: 0.87, 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 #F572AD is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 173 -
CMYK 0 0.53 0.29 0.04
HSL 332.98º 0.87% 0.7% -
HSV(B) 332.98º 0.53% 0.96% -
XYZ 51.22 34.46 43.49 -
YUV 159.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 245 114 173 0 0.53 0.29 0.04 332.98 0.87 0.7
Hex F5 72 AD 0 35 1D 4 14D 57 46
Octal 365 162 255 0 65 35 4 515 127 106
Binary 11110101 1110010 10101101 0 110101 11101 100 101001101 1010111 1000110

Color Harmonies of #F572AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572AD

Black with #F572AD

Text Example


Text Example

White with #F572AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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