#FF6FEA

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

Shades of Pale Magenta #FF6FEA

Tints of Pale Magenta #FF6FEA

Color information

#FF6FEA (or 0xFF6FEA) is unknown color: approx Pale Magenta. HEX triplet: FF, 6F and EA. RGB value is (255,111,234). Sum of RGB (Red+Green+Blue) = 255+111+234=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FEA is #009015. Grayscale: #A7A7A7. Windows color (decimal): -36886 or 15364095. OLE color: 15364095.

HSL color Cylindrical-coordinate representation of color #FF6FEA: hue angle of 308.75º 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 #FF6FEA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255111234-
CMYK00.560.080
HSL308.75º100%71.76%-
HSV(B)308.75º56.47%100%-
XYZ61.7838.5782.03-
YUV168.08165.21190-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 111 (43.75% from 255) = 18.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=42.5%
G=18.5%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511123400.560.080308.7510071.76
HexFF6FEA038801356448
Octal377157352070100465144110
Binary1111111111011111110101001110001000010011010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6FEA; }

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

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

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

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

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

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

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

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