Html Css Color HEX #F571B8 Hot Pink

📋 copy color: '#F571B8'

red 245 ◦ green 113 ◦ blue 184

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

Shades of Hot Pink #F571B8

Tints of Hot Pink #F571B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.95%

R = 45.2%
G = 20.85%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F571B8 (or 0xF571B8) is known color: Hot Pink. HEX triplet: F5, 71 and B8. RGB value is (245,113,184). Sum of RGB (Red+Green+Blue) = 245+113+184=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F571B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571B8 is #0A8E47. Grayscale: #A0A0A0. Windows color (decimal): -691784 or 12087797. OLE color: 12087797.

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

Color convert

RGB 245 113 184 -
CMYK 0 0.54 0.25 0.04
HSL 327.73º 0.87% 0.7% -
HSV(B) 327.73º 0.54% 0.96% -
XYZ 52.21 34.68 49.29 -
YUV 160.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 245 113 184 0 0.54 0.25 0.04 327.73 0.87 0.7
Hex F5 71 B8 0 36 19 4 148 57 46
Octal 365 161 270 0 66 31 4 510 127 106
Binary 11110101 1110001 10111000 0 110110 11001 100 101001000 1010111 1000110

Color Harmonies of #F571B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571B8

Black with #F571B8

Text Example


Text Example

White with #F571B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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