#F97BE7

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

Shades of Pale Magenta #F97BE7

Tints of Pale Magenta #F97BE7

Color information

#F97BE7 (or 0xF97BE7) is unknown color: approx Pale Magenta. HEX triplet: F9, 7B and E7. RGB value is (249,123,231). Sum of RGB (Red+Green+Blue) = 249+123+231=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97BE7 is #068418. Grayscale: #ACACAC. Windows color (decimal): -427033 or 15170553. OLE color: 15170553.

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

Color convert

RGB249123231-
CMYK00.510.070.02
HSL308.57º91.3%72.94%-
HSV(B)308.57º50.6%97.65%-
XYZ60.5740.0880.14-
YUV172.99160.74182.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 123 (48.44% from 255) = 20.40%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=41.29%
G=20.40%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912323100.510.070.02308.5791.372.94
HexF97BE7033721355b49
Octal37117334706372465133111
Binary1111100111110111110011101100111111010011010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BE7; }

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

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

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

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

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

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

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

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