Html Css Color HEX #F573BD Persian Pink

📋 copy color: '#F573BD'

red 245 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #F573BD

Tints of Persian Pink #F573BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.95%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 44.63%
G = 20.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F573BD (or 0xF573BD) is known color: Persian Pink. HEX triplet: F5, 73 and BD. RGB value is (245,115,189). Sum of RGB (Red+Green+Blue) = 245+115+189=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F573BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573BD is #0A8C42. Grayscale: #A2A2A2. Windows color (decimal): -691267 or 12415989. OLE color: 12415989.

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

Color convert

RGB 245 115 189 -
CMYK 0 0.53 0.23 0.04
HSL 325.85º 0.87% 0.71% -
HSV(B) 325.85º 0.53% 0.96% -
XYZ 52.97 35.35 52.18 -
YUV 162.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 245 115 189 0 0.53 0.23 0.04 325.85 0.87 0.71
Hex F5 73 BD 0 35 17 4 146 57 47
Octal 365 163 275 0 65 27 4 506 127 107
Binary 11110101 1110011 10111101 0 110101 10111 100 101000110 1010111 1000111

Color Harmonies of #F573BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F573BD

Black with #F573BD

Text Example


Text Example

White with #F573BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F573BD; }

 p { color: rgb(245,115,189); }

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

background-color css

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

 a { background-color: rgb(245,115,189); }

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

border-color css

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

 span { border-color: rgb(245,115,189); }

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