#F374B5

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

Shades of Persian Pink #F374B5

Tints of Persian Pink #F374B5

Color information

#F374B5 (or 0xF374B5) is unknown color: approx Persian Pink. HEX triplet: F3, 74 and B5. RGB value is (243,116,181). Sum of RGB (Red+Green+Blue) = 243+116+181=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F374B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374B5 is #0C8B4A. Grayscale: #A1A1A1. Windows color (decimal): -822091 or 11891955. OLE color: 11891955.

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

Color convert

RGB243116181-
CMYK00.520.260.05
HSL329.29º84.11%70.39%-
HSV(B)329.29º52.26%95.29%-
XYZ51.5534.8847.73-
YUV161.38139.08186.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 116 (45.70% from 255) = 21.48%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=45%
G=21.48%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311618100.520.260.05329.2984.1170.39
HexF374B50341A51495446
Octal363164265064325511124106
Binary1111001111101001011010101101001101010110100100110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F374B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F374B5; }

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

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

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

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

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

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

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

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