#F375B4

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

Shades of Persian Pink #F375B4

Tints of Persian Pink #F375B4

Color information

#F375B4 (or 0xF375B4) is unknown color: approx Persian Pink. HEX triplet: F3, 75 and B4. RGB value is (243,117,180). Sum of RGB (Red+Green+Blue) = 243+117+180=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375B4 is #0C8A4B. Grayscale: #A1A1A1. Windows color (decimal): -821836 or 11826675. OLE color: 11826675.

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

Color convert

RGB243117180-
CMYK00.520.260.05
HSL330º84%70.59%-
HSV(B)330º51.85%95.29%-
XYZ51.5635.0747.23-
YUV161.86138.24185.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=45%
G=21.67%
B=33.33%

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
Decimal24311718000.520.260.053308470.59
HexF375B40341A514a5447
Octal363165264064325512124107
Binary1111001111101011011010001101001101010110100101010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375B4; }

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

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

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

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

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

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

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

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