#F379C3

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

Shades of Persian Pink #F379C3

Tints of Persian Pink #F379C3

Color information

#F379C3 (or 0xF379C3) is unknown color: approx Persian Pink. HEX triplet: F3, 79 and C3. RGB value is (243,121,195). Sum of RGB (Red+Green+Blue) = 243+121+195=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F379C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379C3 is #0C863C. Grayscale: #A5A5A5. Windows color (decimal): -820797 or 12810739. OLE color: 12810739.

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

Color convert

RGB243121195-
CMYK00.500.200.05
HSL323.61º83.56%71.37%-
HSV(B)323.61º50.21%95.29%-
XYZ53.6536.6755.88-
YUV165.91144.42182.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=43.47%
G=21.65%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312119500.500.200.05323.6183.5671.37
HexF379C30321451445447
Octal363171303062245504124107
Binary1111001111110011100001101100101010010110100010010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379C3; }

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

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

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

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

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

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

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

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