#F975E0

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

Shades of Pale Magenta #F975E0

Tints of Pale Magenta #F975E0

Color information

#F975E0 (or 0xF975E0) is unknown color: approx Pale Magenta. HEX triplet: F9, 75 and E0. RGB value is (249,117,224). Sum of RGB (Red+Green+Blue) = 249+117+224=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 117 (46.09% from 255 or 19.83% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F975E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975E0 is #068A1F. Grayscale: #A8A8A8. Windows color (decimal): -428576 or 14710265. OLE color: 14710265.

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

Color convert

RGB249117224-
CMYK00.530.100.02
HSL311.36º91.67%71.76%-
HSV(B)311.36º53.01%97.65%-
XYZ58.8838.2474.8-
YUV168.67159.23185.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 117 (46.09% from 255) = 19.83%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=42.20%
G=19.83%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911722400.530.100.02311.3691.6771.76
HexF975E0035A21375c48
Octal371165340065122467134110
Binary11111001111010111100000011010110101010011011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975E0; }

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

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

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

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

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

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

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

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