#f975e2

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

Shades of Pale Magenta #F975E2

Tints of Pale Magenta #F975E2

Color information

#F975E2 (or 0xF975E2) is unknown color: approx Pale Magenta. HEX triplet: F9, 75 and E2. RGB value is (249,117,226). Sum of RGB (Red+Green+Blue) = 249+117+226=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F975E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975E2 is #068A1D. Grayscale: #A8A8A8. Windows color (decimal): -428574 or 14841337. OLE color: 14841337.

HSL color Cylindrical-coordinate representation of color #F975E2: hue angle of 310.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975E2 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB249117226-
CMYK00.530.090.02
HSL310.45º91.67%71.76%-
HSV(B)310.45º53.01%97.65%-
XYZ59.1638.3576.24-
YUV168.89160.23185.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.06%
GREEN value IS 117 (46.09% from 255) = 19.76%
BLUE value IS 226 (88.67% from 255) = 38.18%
R=42.06%
G=19.76%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911722600.530.090.02310.4591.6771.76
HexF975E2035921365c48
Octal371165342065112466134110
Binary11111001111010111100010011010110011010011011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f975e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f975e2; }

 p { color: rgb(249,117,226); }

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

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

 a { background-color: rgb(249,117,226); }

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

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

 span { border-color: rgb(249,117,226); }

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