#F383BE

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

Shades of Persian Pink #F383BE

Tints of Persian Pink #F383BE

Color information

#F383BE (or 0xF383BE) is unknown color: approx Persian Pink. HEX triplet: F3, 83 and BE. RGB value is (243,131,190). Sum of RGB (Red+Green+Blue) = 243+131+190=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F383BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383BE is #0C7C41. Grayscale: #ABABAB. Windows color (decimal): -818242 or 12485619. OLE color: 12485619.

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

Color convert

RGB243131190-
CMYK00.460.220.05
HSL328.39º82.35%73.33%-
HSV(B)328.39º46.09%95.29%-
XYZ54.373953.38-
YUV171.21138.61179.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 131 (51.56% from 255) = 23.23%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=43.09%
G=23.23%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313119000.460.220.05328.3982.3573.33
HexF383BE02E1651485249
Octal363203276056265510122111
Binary11110011100000111011111001011101011010110100100010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383BE; }

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

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

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

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

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

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

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

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