#F375B5

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

Shades of Persian Pink #F375B5

Tints of Persian Pink #F375B5

Color information

#F375B5 (or 0xF375B5) is unknown color: approx Persian Pink. HEX triplet: F3, 75 and B5. RGB value is (243,117,181). Sum of RGB (Red+Green+Blue) = 243+117+181=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375B5 is #0C8A4A. Grayscale: #A1A1A1. Windows color (decimal): -821835 or 11892211. OLE color: 11892211.

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

Color convert

RGB243117181-
CMYK00.520.260.05
HSL329.52º84%70.59%-
HSV(B)329.52º51.85%95.29%-
XYZ51.6635.1147.77-
YUV161.97138.74185.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.92%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=44.92%
G=21.63%
B=33.46%

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
Decimal24311718100.520.260.05329.528470.59
HexF375B50341A514a5447
Octal363165265064325512124107
Binary1111001111101011011010101101001101010110100101010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375B5; }

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

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

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

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

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

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

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

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