#F67BE7

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

Shades of Pale Magenta #F67BE7

Tints of Pale Magenta #F67BE7

Color information

#F67BE7 (or 0xF67BE7) is unknown color: approx Pale Magenta. HEX triplet: F6, 7B and E7. RGB value is (246,123,231). Sum of RGB (Red+Green+Blue) = 246+123+231=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BE7 is #098418. Grayscale: #ABABAB. Windows color (decimal): -623641 or 15170550. OLE color: 15170550.

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

Color convert

RGB246123231-
CMYK00.500.060.04
HSL307.32º87.23%72.35%-
HSV(B)307.32º50%96.47%-
XYZ59.5139.5380.09-
YUV172.09161.25180.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 123 (48.44% from 255) = 20.5%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=41%
G=20.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612323100.500.060.04307.3287.2372.35
HexF67BE7032641335748
Octal36617334706264463127110
Binary11110110111101111100111011001011010010011001110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BE7; }

 p { color: rgb(246,123,231); }

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

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

 a { background-color: rgb(246,123,231); }

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

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

 span { border-color: rgb(246,123,231); }

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