#F384BA

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

Shades of Persian Pink #F384BA

Tints of Persian Pink #F384BA

Color information

#F384BA (or 0xF384BA) is unknown color: approx Persian Pink. HEX triplet: F3, 84 and BA. RGB value is (243,132,186). Sum of RGB (Red+Green+Blue) = 243+132+186=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F384BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384BA is #0C7B45. Grayscale: #ABABAB. Windows color (decimal): -817990 or 12223731. OLE color: 12223731.

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

Color convert

RGB243132186-
CMYK00.460.230.05
HSL330.81º82.22%73.53%-
HSV(B)330.81º45.68%95.29%-
XYZ54.0839.151.15-
YUV171.34136.27179.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.32%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=43.32%
G=23.53%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313218600.460.230.05330.8182.2273.53
HexF384BA02E17514b524a
Octal363204272056275513122112
Binary11110011100001001011101001011101011110110100101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384BA; }

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

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

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

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

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

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

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

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