#ff6fe6

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

Shades of Pale Magenta #FF6FE6

Tints of Pale Magenta #FF6FE6

Color information

#FF6FE6 (or 0xFF6FE6) is unknown color: approx Pale Magenta. HEX triplet: FF, 6F and E6. RGB value is (255,111,230). Sum of RGB (Red+Green+Blue) = 255+111+230=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 111 (43.75% from 255 or 18.62% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FE6 is #009019. Grayscale: #A7A7A7. Windows color (decimal): -36890 or 15101951. OLE color: 15101951.

HSL color Cylindrical-coordinate representation of color #FF6FE6: hue angle of 310.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FE6 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255111230-
CMYK00.560.100
HSL310.42º100%71.76%-
HSV(B)310.42º56.47%100%-
XYZ61.2138.3479.04-
YUV167.62163.21190.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 111 (43.75% from 255) = 18.62%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=42.79%
G=18.62%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511123000.560.100310.4210071.76
HexFF6FE6038A01366448
Octal377157346070120466144110
Binary1111111111011111110011001110001010010011011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6fe6; }

 p { color: rgb(255,111,230); }

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

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

 a { background-color: rgb(255,111,230); }

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

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

 span { border-color: rgb(255,111,230); }

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