#F67FE4

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

Shades of Pale Magenta #F67FE4

Tints of Pale Magenta #F67FE4

Color information

#F67FE4 (or 0xF67FE4) is unknown color: approx Pale Magenta. HEX triplet: F6, 7F and E4. RGB value is (246,127,228). Sum of RGB (Red+Green+Blue) = 246+127+228=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FE4 is #09801B. Grayscale: #ADADAD. Windows color (decimal): -622620 or 14974966. OLE color: 14974966.

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

Color convert

RGB246127228-
CMYK00.480.070.04
HSL309.08º86.86%73.14%-
HSV(B)309.08º48.37%96.47%-
XYZ59.640.3778.05-
YUV174.1158.42179.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 127 (50% from 255) = 21.13%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=40.93%
G=21.13%
B=37.94%

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
Decimal24612722800.480.070.04309.0886.8673.14
HexF67FE4030741355749
Octal36617734406074465127111
Binary11110110111111111100100011000011110010011010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FE4; }

 p { color: rgb(246,127,228); }

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

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

 a { background-color: rgb(246,127,228); }

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

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

 span { border-color: rgb(246,127,228); }

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