#F375BF

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

Shades of Persian Pink #F375BF

Tints of Persian Pink #F375BF

Color information

#F375BF (or 0xF375BF) is unknown color: approx Persian Pink. HEX triplet: F3, 75 and BF. RGB value is (243,117,191). Sum of RGB (Red+Green+Blue) = 243+117+191=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F375BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375BF is #0C8A40. Grayscale: #A2A2A2. Windows color (decimal): -821825 or 12547571. OLE color: 12547571.

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

Color convert

RGB243117191-
CMYK00.520.210.05
HSL324.76º84%70.59%-
HSV(B)324.76º51.85%95.29%-
XYZ52.7335.5453.37-
YUV163.11143.74184.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.10%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 191 (75% from 255) = 34.66%
R=44.10%
G=21.23%
B=34.66%

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
Decimal24311719100.520.210.05324.768470.59
HexF375BF0341551455447
Octal363165277064255505124107
Binary1111001111101011011111101101001010110110100010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375BF; }

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

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

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

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

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

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

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

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