Html Css Color HEX #F577B0 Persian Pink

📋 copy color: '#F577B0'

red 245 ◦ green 119 ◦ blue 176

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

Shades of Persian Pink #F577B0

Tints of Persian Pink #F577B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 45.37%
G = 22.04%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F577B0 (or 0xF577B0) is known color: Persian Pink. HEX triplet: F5, 77 and B0. RGB value is (245,119,176). Sum of RGB (Red+Green+Blue) = 245+119+176=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F577B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F577B0 is #0A884F. Grayscale: #A3A3A3. Windows color (decimal): -690256 or 11565045. OLE color: 11565045.

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

Color convert

RGB 245 119 176 -
CMYK 0 0.51 0.28 0.04
HSL 332.86º 0.86% 0.71% -
HSV(B) 332.86º 0.51% 0.96% -
XYZ 52.09 35.74 45.23 -
YUV 163.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 245 119 176 0 0.51 0.28 0.04 332.86 0.86 0.71
Hex F5 77 B0 0 33 1C 4 14D 56 47
Octal 365 167 260 0 63 34 4 515 126 107
Binary 11110101 1110111 10110000 0 110011 11100 100 101001101 1010110 1000111

Color Harmonies of #F577B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577B0

Black with #F577B0

Text Example


Text Example

White with #F577B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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