Html Css Color HEX #F571AF Hot Pink

📋 copy color: '#F571AF'

red 245 ◦ green 113 ◦ blue 175

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

Shades of Hot Pink #F571AF

Tints of Hot Pink #F571AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 45.97%
G = 21.2%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F571AF (or 0xF571AF) is known color: Hot Pink. HEX triplet: F5, 71 and AF. RGB value is (245,113,175). Sum of RGB (Red+Green+Blue) = 245+113+175=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F571AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F571AF is #0A8E50. Grayscale: #9F9F9F. Windows color (decimal): -691793 or 11497973. OLE color: 11497973.

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

Color convert

RGB 245 113 175 -
CMYK 0 0.54 0.29 0.04
HSL 331.82º 0.87% 0.7% -
HSV(B) 331.82º 0.54% 0.96% -
XYZ 51.3 34.32 44.48 -
YUV 159.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 245 113 175 0 0.54 0.29 0.04 331.82 0.87 0.7
Hex F5 71 AF 0 36 1D 4 14C 57 46
Octal 365 161 257 0 66 35 4 514 127 106
Binary 11110101 1110001 10101111 0 110110 11101 100 101001100 1010111 1000110

Color Harmonies of #F571AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571AF

Black with #F571AF

Text Example


Text Example

White with #F571AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571AF; }

 p { color: rgb(245,113,175); }

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

background-color css

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

 a { background-color: rgb(245,113,175); }

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

border-color css

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

 span { border-color: rgb(245,113,175); }

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