#FD92F4

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

Shades of Pale Magenta #FD92F4

Tints of Pale Magenta #FD92F4

Color information

#FD92F4 (or 0xFD92F4) is unknown color: approx Pale Magenta. HEX triplet: FD, 92 and F4. RGB value is (253,146,244). Sum of RGB (Red+Green+Blue) = 253+146+244=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 146 (57.42% from 255 or 22.71% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD92F4 is #026D0B. Grayscale: #BCBCBC. Windows color (decimal): -158988 or 16028413. OLE color: 16028413.

HSL color Cylindrical-coordinate representation of color #FD92F4: hue angle of 305.05º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD92F4 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253146244-
CMYK00.420.040.01
HSL305.05º96.4%78.24%-
HSV(B)305.05º42.29%99.22%-
XYZ67.1247.9791.31-
YUV189.16158.95173.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 146 (57.42% from 255) = 22.71%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=39.35%
G=22.71%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314624400.420.040.01305.0596.478.24
HexFD92F402A41131604e
Octal37522236405241461140116
Binary1111110110010010111101000101010100110011000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92F4; }

 p { color: rgb(253,146,244); }

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

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

 a { background-color: rgb(253,146,244); }

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

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

 span { border-color: rgb(253,146,244); }

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