#F97CEB

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

Shades of Pale Magenta #F97CEB

Tints of Pale Magenta #F97CEB

Color information

#F97CEB (or 0xF97CEB) is unknown color: approx Pale Magenta. HEX triplet: F9, 7C and EB. RGB value is (249,124,235). Sum of RGB (Red+Green+Blue) = 249+124+235=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97CEB is #068314. Grayscale: #ADADAD. Windows color (decimal): -426773 or 15432953. OLE color: 15432953.

HSL color Cylindrical-coordinate representation of color #F97CEB: hue angle of 306.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CEB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249124235-
CMYK00.500.060.02
HSL306.72º91.24%73.14%-
HSV(B)306.72º50.2%97.65%-
XYZ61.2740.5583.2-
YUV174.03162.41181.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 124 (48.83% from 255) = 20.39%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=40.95%
G=20.39%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912423500.500.060.02306.7291.2473.14
HexF97CEB032621335b49
Octal37117435306262463133111
Binary1111100111111001110101101100101101010011001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CEB; }

 p { color: rgb(249,124,235); }

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

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

 a { background-color: rgb(249,124,235); }

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

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

 span { border-color: rgb(249,124,235); }

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