Html Css Color HEX #F577BA Persian Pink

📋 copy color: '#F577BA'

red 245 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #F577BA

Tints of Persian Pink #F577BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 44.55%
G = 21.64%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F577BA (or 0xF577BA) is known color: Persian Pink. HEX triplet: F5, 77 and BA. RGB value is (245,119,186). Sum of RGB (Red+Green+Blue) = 245+119+186=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F577BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577BA is #0A8845. Grayscale: #A4A4A4. Windows color (decimal): -690246 or 12220405. OLE color: 12220405.

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

Color convert

RGB 245 119 186 -
CMYK 0 0.51 0.24 0.04
HSL 328.1º 0.86% 0.71% -
HSV(B) 328.1º 0.51% 0.96% -
XYZ 53.12 36.15 50.63 -
YUV 164.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 245 119 186 0 0.51 0.24 0.04 328.1 0.86 0.71
Hex F5 77 BA 0 33 18 4 148 56 47
Octal 365 167 272 0 63 30 4 510 126 107
Binary 11110101 1110111 10111010 0 110011 11000 100 101001000 1010110 1000111

Color Harmonies of #F577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577BA

Black with #F577BA

Text Example


Text Example

White with #F577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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