#f377b1

Color #F377B1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F377B1

Tints of Persian Pink #F377B1

Color information

#F377B1 (or 0xF377B1) is unknown color: approx Persian Pink. HEX triplet: F3, 77 and B1. RGB value is (243,119,177). Sum of RGB (Red+Green+Blue) = 243+119+177=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F377B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F377B1 is #0C884E. Grayscale: #A2A2A2. Windows color (decimal): -821327 or 11630579. OLE color: 11630579.

HSL color Cylindrical-coordinate representation of color #F377B1: hue angle of 331.94º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377B1 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243119177-
CMYK00.510.270.05
HSL331.94º83.78%70.98%-
HSV(B)331.94º51.03%95.29%-
XYZ51.4935.4245.72-
YUV162.69136.08185.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=45.08%
G=22.08%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311917700.510.270.05331.9483.7870.98
HexF377B10331B514c5447
Octal363167261063335514124107
Binary1111001111101111011000101100111101110110100110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f377b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f377b1; }

 p { color: rgb(243,119,177); }

 H1.HeaderClassName
 {
   color: #f377b1;
 }
 .AnyTagClassName
 {
   color: #f377b1;
 }
</style>
background-color css

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

 a { background-color: rgb(243,119,177); }

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

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

 span { border-color: rgb(243,119,177); }

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