#F383B9

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

Shades of Persian Pink #F383B9

Tints of Persian Pink #F383B9

Color information

#F383B9 (or 0xF383B9) is unknown color: approx Persian Pink. HEX triplet: F3, 83 and B9. RGB value is (243,131,185). Sum of RGB (Red+Green+Blue) = 243+131+185=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F383B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383B9 is #0C7C46. Grayscale: #AAAAAA. Windows color (decimal): -818247 or 12157939. OLE color: 12157939.

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

Color convert

RGB243131185-
CMYK00.460.240.05
HSL331.07º82.35%73.33%-
HSV(B)331.07º46.09%95.29%-
XYZ53.8438.7950.55-
YUV170.64136.11179.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=43.47%
G=23.43%
B=33.09%

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
Decimal24313118500.460.240.05331.0782.3573.33
HexF383B902E18514b5249
Octal363203271056305513122111
Binary11110011100000111011100101011101100010110100101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383B9; }

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

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

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

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

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

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

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

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