#F383E4

Color #F383E4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F383E4

Tints of Pale Magenta #F383E4

Color information

#F383E4 (or 0xF383E4) is unknown color: approx Pale Magenta. HEX triplet: F3, 83 and E4. RGB value is (243,131,228). Sum of RGB (Red+Green+Blue) = 243+131+228=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F383E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383E4 is #0C7C1B. Grayscale: #AFAFAF. Windows color (decimal): -818204 or 14975987. OLE color: 14975987.

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

Color convert

RGB243131228-
CMYK00.460.060.05
HSL308.04º82.35%73.33%-
HSV(B)308.04º46.09%95.29%-
XYZ59.0840.8978.18-
YUV175.55157.61176.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 131 (51.56% from 255) = 21.76%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=40.37%
G=21.76%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313122800.460.060.05308.0482.3573.33
HexF383E402E651345249
Octal36320334405665464122111
Binary111100111000001111100100010111011010110011010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383E4; }

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

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

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

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

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

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

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

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