Html Css Color HEX #F573BC Persian Pink

📋 copy color: '#F573BC'

red 245 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #F573BC

Tints of Persian Pink #F573BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 44.71%
G = 20.99%
B = 34.31%

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

#F573BC (or 0xF573BC) is known color: Persian Pink. HEX triplet: F5, 73 and BC. RGB value is (245,115,188). Sum of RGB (Red+Green+Blue) = 245+115+188=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F573BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573BC is #0A8C43. Grayscale: #A2A2A2. Windows color (decimal): -691268 or 12350453. OLE color: 12350453.

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

Color convert

RGB 245 115 188 -
CMYK 0 0.53 0.23 0.04
HSL 326.31º 0.87% 0.71% -
HSV(B) 326.31º 0.53% 0.96% -
XYZ 52.86 35.3 51.61 -
YUV 162.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 245 115 188 0 0.53 0.23 0.04 326.31 0.87 0.71
Hex F5 73 BC 0 35 17 4 146 57 47
Octal 365 163 274 0 65 27 4 506 127 107
Binary 11110101 1110011 10111100 0 110101 10111 100 101000110 1010111 1000111

Color Harmonies of #F573BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F573BC

Black with #F573BC

Text Example


Text Example

White with #F573BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F573BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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