#F374C1

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

Shades of Persian Pink #F374C1

Tints of Persian Pink #F374C1

Color information

#F374C1 (or 0xF374C1) is unknown color: approx Persian Pink. HEX triplet: F3, 74 and C1. RGB value is (243,116,193). Sum of RGB (Red+Green+Blue) = 243+116+193=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F374C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374C1 is #0C8B3E. Grayscale: #A2A2A2. Windows color (decimal): -822079 or 12678387. OLE color: 12678387.

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

Color convert

RGB243116193-
CMYK00.520.210.05
HSL323.62º84.11%70.39%-
HSV(B)323.62º52.26%95.29%-
XYZ52.8335.454.5-
YUV162.75145.08185.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 116 (45.70% from 255) = 21.01%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=44.02%
G=21.01%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311619300.520.210.05323.6284.1170.39
HexF374C10341551445446
Octal363164301064255504124106
Binary1111001111101001100000101101001010110110100010010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F374C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F374C1; }

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

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

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

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

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

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

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

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