Html Css Color HEX #F577BC Persian Pink

📋 copy color: '#F577BC'

red 245 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #F577BC

Tints of Persian Pink #F577BC

RGB

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

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

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

R = 44.38%
G = 21.56%
B = 34.06%

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

#F577BC (or 0xF577BC) is known color: Persian Pink. HEX triplet: F5, 77 and BC. RGB value is (245,119,188). Sum of RGB (Red+Green+Blue) = 245+119+188=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F577BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577BC is #0A8843. Grayscale: #A4A4A4. Windows color (decimal): -690244 or 12351477. OLE color: 12351477.

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

Color convert

RGB 245 119 188 -
CMYK 0 0.51 0.23 0.04
HSL 327.14º 0.86% 0.71% -
HSV(B) 327.14º 0.51% 0.96% -
XYZ 53.33 36.24 51.76 -
YUV 164.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 245 119 188 0 0.51 0.23 0.04 327.14 0.86 0.71
Hex F5 77 BC 0 33 17 4 147 56 47
Octal 365 167 274 0 63 27 4 507 126 107
Binary 11110101 1110111 10111100 0 110011 10111 100 101000111 1010110 1000111

Color Harmonies of #F577BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577BC

Black with #F577BC

Text Example


Text Example

White with #F577BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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