#F385B2

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

Shades of Persian Pink #F385B2

Tints of Persian Pink #F385B2

Color information

#F385B2 (or 0xF385B2) is unknown color: approx Persian Pink. HEX triplet: F3, 85 and B2. RGB value is (243,133,178). Sum of RGB (Red+Green+Blue) = 243+133+178=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385B2 is #0C7A4D. Grayscale: #AAAAAA. Windows color (decimal): -817742 or 11699699. OLE color: 11699699.

HSL color Cylindrical-coordinate representation of color #F385B2: hue angle of 335.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385B2 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243133178-
CMYK00.450.270.05
HSL335.45º82.09%73.73%-
HSV(B)335.45º45.27%95.29%-
XYZ53.3939.0446.84-
YUV171.02131.94179.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=43.86%
G=24.01%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313317800.450.270.05335.4582.0973.73
HexF385B202D1B514f524a
Octal363205262055335517122112
Binary11110011100001011011001001011011101110110100111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385B2; }

 p { color: rgb(243,133,178); }

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

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

 a { background-color: rgb(243,133,178); }

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

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

 span { border-color: rgb(243,133,178); }

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