Html Css Color HEX #F577BD Persian Pink

📋 copy color: '#F577BD'

red 245 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #F577BD

Tints of Persian Pink #F577BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.52%

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

R = 44.3%
G = 21.52%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F577BD (or 0xF577BD) is known color: Persian Pink. HEX triplet: F5, 77 and BD. RGB value is (245,119,189). Sum of RGB (Red+Green+Blue) = 245+119+189=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F577BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577BD is #0A8842. Grayscale: #A4A4A4. Windows color (decimal): -690243 or 12417013. OLE color: 12417013.

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

Color convert

RGB 245 119 189 -
CMYK 0 0.51 0.23 0.04
HSL 326.67º 0.86% 0.71% -
HSV(B) 326.67º 0.51% 0.96% -
XYZ 53.44 36.28 52.33 -
YUV 164.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 245 119 189 0 0.51 0.23 0.04 326.67 0.86 0.71
Hex F5 77 BD 0 33 17 4 147 56 47
Octal 365 167 275 0 63 27 4 507 126 107
Binary 11110101 1110111 10111101 0 110011 10111 100 101000111 1010110 1000111

Color Harmonies of #F577BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577BD

Black with #F577BD

Text Example


Text Example

White with #F577BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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