#F67AEA

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

Shades of Pale Magenta #F67AEA

Tints of Pale Magenta #F67AEA

Color information

#F67AEA (or 0xF67AEA) is unknown color: approx Pale Magenta. HEX triplet: F6, 7A and EA. RGB value is (246,122,234). Sum of RGB (Red+Green+Blue) = 246+122+234=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 122 (48.05% from 255 or 20.27% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67AEA is #098515. Grayscale: #ABABAB. Windows color (decimal): -623894 or 15366902. OLE color: 15366902.

HSL color Cylindrical-coordinate representation of color #F67AEA: hue angle of 305.81º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AEA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246122234-
CMYK00.500.050.04
HSL305.81º87.32%72.16%-
HSV(B)305.81º50.41%96.47%-
XYZ59.8239.4582.3-
YUV171.84163.08180.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 122 (48.05% from 255) = 20.27%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=40.86%
G=20.27%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612223400.500.050.04305.8187.3272.16
HexF67AEA032541325748
Octal36617235206254462127110
Binary11110110111101011101010011001010110010011001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67AEA; }

 p { color: rgb(246,122,234); }

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

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

 a { background-color: rgb(246,122,234); }

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

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

 span { border-color: rgb(246,122,234); }

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