#F379C1

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

Shades of Persian Pink #F379C1

Tints of Persian Pink #F379C1

Color information

#F379C1 (or 0xF379C1) is unknown color: approx Persian Pink. HEX triplet: F3, 79 and C1. RGB value is (243,121,193). Sum of RGB (Red+Green+Blue) = 243+121+193=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F379C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379C1 is #0C863E. Grayscale: #A5A5A5. Windows color (decimal): -820799 or 12679667. OLE color: 12679667.

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

Color convert

RGB243121193-
CMYK00.500.210.05
HSL324.59º83.56%71.37%-
HSV(B)324.59º50.21%95.29%-
XYZ53.4336.5854.7-
YUV165.69143.42183.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 121 (47.66% from 255) = 21.72%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=43.63%
G=21.72%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312119300.500.210.05324.5983.5671.37
HexF379C10321551455447
Octal363171301062255505124107
Binary1111001111110011100000101100101010110110100010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379C1; }

 p { color: rgb(243,121,193); }

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

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

 a { background-color: rgb(243,121,193); }

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

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

 span { border-color: rgb(243,121,193); }

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