#F376B1

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

Shades of Persian Pink #F376B1

Tints of Persian Pink #F376B1

Color information

#F376B1 (or 0xF376B1) is unknown color: approx Persian Pink. HEX triplet: F3, 76 and B1. RGB value is (243,118,177). Sum of RGB (Red+Green+Blue) = 243+118+177=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F376B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F376B1 is #0C894E. Grayscale: #A1A1A1. Windows color (decimal): -821583 or 11630323. OLE color: 11630323.

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

Color convert

RGB243118177-
CMYK00.510.270.05
HSL331.68º83.89%70.78%-
HSV(B)331.68º51.44%95.29%-
XYZ51.3835.1945.68-
YUV162.1136.41185.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=45.17%
G=21.93%
B=32.90%

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
Decimal24311817700.510.270.05331.6883.8970.78
HexF376B10331B514c5447
Octal363166261063335514124107
Binary1111001111101101011000101100111101110110100110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F376B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F376B1; }

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

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

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

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

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

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

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

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