#F97BE3

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

Shades of Pale Magenta #F97BE3

Tints of Pale Magenta #F97BE3

Color information

#F97BE3 (or 0xF97BE3) is unknown color: approx Pale Magenta. HEX triplet: F9, 7B and E3. RGB value is (249,123,227). Sum of RGB (Red+Green+Blue) = 249+123+227=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BE3 is #06841C. Grayscale: #ACACAC. Windows color (decimal): -427037 or 14908409. OLE color: 14908409.

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

Color convert

RGB249123227-
CMYK00.510.090.02
HSL310.48º91.3%72.94%-
HSV(B)310.48º50.6%97.65%-
XYZ60.0239.8577.2-
YUV172.53158.74182.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 123 (48.44% from 255) = 20.53%
BLUE value IS 227 (89.06% from 255) = 37.90%
R=41.57%
G=20.53%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912322700.510.090.02310.4891.372.94
HexF97BE3033921365b49
Octal371173343063112466133111
Binary11111001111101111100011011001110011010011011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BE3; }

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

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

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

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

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

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

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

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