#F483E6

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

Shades of Pale Magenta #F483E6

Tints of Pale Magenta #F483E6

Color information

#F483E6 (or 0xF483E6) is unknown color: approx Pale Magenta. HEX triplet: F4, 83 and E6. RGB value is (244,131,230). Sum of RGB (Red+Green+Blue) = 244+131+230=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F483E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483E6 is #0B7C19. Grayscale: #AFAFAF. Windows color (decimal): -752666 or 15107060. OLE color: 15107060.

HSL color Cylindrical-coordinate representation of color #F483E6: hue angle of 307.43º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483E6 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244131230-
CMYK00.460.060.04
HSL307.43º83.7%73.53%-
HSV(B)307.43º46.31%95.69%-
XYZ59.7141.1879.66-
YUV176.07158.44176.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.33%
GREEN value IS 131 (51.56% from 255) = 21.65%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=40.33%
G=21.65%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413123000.460.060.04307.4383.773.53
HexF483E602E64133544a
Octal36420334605664463124112
Binary111101001000001111100110010111011010010011001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483E6; }

 p { color: rgb(244,131,230); }

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

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

 a { background-color: rgb(244,131,230); }

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

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

 span { border-color: rgb(244,131,230); }

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