#F680E6

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

Shades of Pale Magenta #F680E6

Tints of Pale Magenta #F680E6

Color information

#F680E6 (or 0xF680E6) is unknown color: approx Pale Magenta. HEX triplet: F6, 80 and E6. RGB value is (246,128,230). Sum of RGB (Red+Green+Blue) = 246+128+230=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F680E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680E6 is #097F19. Grayscale: #AEAEAE. Windows color (decimal): -622362 or 15106294. OLE color: 15106294.

HSL color Cylindrical-coordinate representation of color #F680E6: hue angle of 308.14º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680E6 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246128230-
CMYK00.480.070.04
HSL308.14º86.76%73.33%-
HSV(B)308.14º47.97%96.47%-
XYZ60.0140.7479.56-
YUV174.91159.09178.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=40.73%
G=21.19%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612823000.480.070.04308.1486.7673.33
HexF680E6030741345749
Octal36620034606074464127111
Binary111101101000000011100110011000011110010011010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680E6; }

 p { color: rgb(246,128,230); }

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

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

 a { background-color: rgb(246,128,230); }

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

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

 span { border-color: rgb(246,128,230); }

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