#F382BB

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

Shades of Persian Pink #F382BB

Tints of Persian Pink #F382BB

Color information

#F382BB (or 0xF382BB) is unknown color: approx Persian Pink. HEX triplet: F3, 82 and BB. RGB value is (243,130,187). Sum of RGB (Red+Green+Blue) = 243+130+187=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F382BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382BB is #0C7D44. Grayscale: #AAAAAA. Windows color (decimal): -818501 or 12288755. OLE color: 12288755.

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

Color convert

RGB243130187-
CMYK00.470.230.05
HSL329.73º82.48%73.14%-
HSV(B)329.73º46.5%95.29%-
XYZ53.9138.6151.62-
YUV170.28137.44179.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=43.39%
G=23.21%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313018700.470.230.05329.7382.4873.14
HexF382BB02F17514a5249
Octal363202273057275512122111
Binary11110011100000101011101101011111011110110100101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382BB; }

 p { color: rgb(243,130,187); }

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

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

 a { background-color: rgb(243,130,187); }

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

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

 span { border-color: rgb(243,130,187); }

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