#f67ae1

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

Shades of Pale Magenta #F67AE1

Tints of Pale Magenta #F67AE1

Color information

#F67AE1 (or 0xF67AE1) is unknown color: approx Pale Magenta. HEX triplet: F6, 7A and E1. RGB value is (246,122,225). Sum of RGB (Red+Green+Blue) = 246+122+225=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AE1 is #09851E. Grayscale: #AAAAAA. Windows color (decimal): -623903 or 14777078. OLE color: 14777078.

HSL color Cylindrical-coordinate representation of color #F67AE1: hue angle of 310.16º 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 #F67AE1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246122225-
CMYK00.500.090.04
HSL310.16º87.32%72.16%-
HSV(B)310.16º50.41%96.47%-
XYZ58.5638.9575.67-
YUV170.82158.58181.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 122 (48.05% from 255) = 20.57%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=41.48%
G=20.57%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612222500.500.090.04310.1687.3272.16
HexF67AE1032941365748
Octal366172341062114466127110
Binary111101101111010111000010110010100110010011011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f67ae1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f67ae1; }

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

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

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

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

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

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

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

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