Html Css Color HEX #F572AB Hot Pink

📋 copy color: '#F572AB'

red 245 ◦ green 114 ◦ blue 171

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

Shades of Hot Pink #F572AB

Tints of Hot Pink #F572AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 46.23%
G = 21.51%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F572AB (or 0xF572AB) is known color: Hot Pink. HEX triplet: F5, 72 and AB. RGB value is (245,114,171). Sum of RGB (Red+Green+Blue) = 245+114+171=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F572AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572AB is #0A8D54. Grayscale: #9F9F9F. Windows color (decimal): -691541 or 11236085. OLE color: 11236085.

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

Color convert

RGB 245 114 171 -
CMYK 0 0.53 0.30 0.04
HSL 333.89º 0.87% 0.7% -
HSV(B) 333.89º 0.53% 0.96% -
XYZ 51.02 34.39 42.48 -
YUV 159.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 245 114 171 0 0.53 0.30 0.04 333.89 0.87 0.7
Hex F5 72 AB 0 35 1E 4 14E 57 46
Octal 365 162 253 0 65 36 4 516 127 106
Binary 11110101 1110010 10101011 0 110101 11110 100 101001110 1010111 1000110

Color Harmonies of #F572AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572AB

Black with #F572AB

Text Example


Text Example

White with #F572AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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