#f384b9

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

Shades of Persian Pink #F384B9

Tints of Persian Pink #F384B9

Color information

#F384B9 (or 0xF384B9) is unknown color: approx Persian Pink. HEX triplet: F3, 84 and B9. RGB value is (243,132,185). Sum of RGB (Red+Green+Blue) = 243+132+185=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F384B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384B9 is #0C7B46. Grayscale: #ABABAB. Windows color (decimal): -817991 or 12158195. OLE color: 12158195.

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

Color convert

RGB243132185-
CMYK00.460.240.05
HSL331.35º82.22%73.53%-
HSV(B)331.35º45.68%95.29%-
XYZ53.9739.0650.59-
YUV171.23135.77179.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=43.39%
G=23.57%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313218500.460.240.05331.3582.2273.53
HexF384B902E18514b524a
Octal363204271056305513122112
Binary11110011100001001011100101011101100010110100101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f384b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f384b9; }

 p { color: rgb(243,132,185); }

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

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

 a { background-color: rgb(243,132,185); }

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

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

 span { border-color: rgb(243,132,185); }

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