#F083D2

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

Shades of Pale Magenta #F083D2

Tints of Pale Magenta #F083D2

Color information

#F083D2 (or 0xF083D2) is unknown color: approx Pale Magenta. HEX triplet: F0, 83 and D2. RGB value is (240,131,210). Sum of RGB (Red+Green+Blue) = 240+131+210=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F083D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083D2 is #0F7C2D. Grayscale: #ACACAC. Windows color (decimal): -1014830 or 13796336. OLE color: 13796336.

HSL color Cylindrical-coordinate representation of color #F083D2: hue angle of 316.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083D2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240131210-
CMYK00.450.120.06
HSL316.51º78.42%72.75%-
HSV(B)316.51º45.42%94.12%-
XYZ55.6839.4165.64-
YUV172.6149.11176.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=41.31%
G=22.55%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013121000.450.120.06316.5178.4272.75
HexF083D202DC613d4e49
Octal360203322055146475116111
Binary1111000010000011110100100101101110011010011110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083D2; }

 p { color: rgb(240,131,210); }

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

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

 a { background-color: rgb(240,131,210); }

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

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

 span { border-color: rgb(240,131,210); }

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