#FD0CF1

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

Shades of Magenta #FD0CF1

Tints of Magenta #FD0CF1

Color information

#FD0CF1 (or 0xFD0CF1) is unknown color: approx Magenta. HEX triplet: FD, 0C and F1. RGB value is (253,12,241). Sum of RGB (Red+Green+Blue) = 253+12+241=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CF1 is #02F30E. Grayscale: #6D6D6D. Windows color (decimal): -193295 or 15797501. OLE color: 15797501.

HSL color Cylindrical-coordinate representation of color #FD0CF1: hue angle of 302.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CF1 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB25312241-
CMYK00.950.050.01
HSL302.99º98.37%51.96%-
HSV(B)302.99º95.26%99.22%-
XYZ56.5227.585.55-
YUV110.16201.84229.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 2.37%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=50%
G=2.37%
B=47.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531224100.950.050.01302.9998.3751.96
HexFDCF105F5112f6234
Octal3751436101375145714264
Binary111111011100111100010101111110111001011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0CF1; }

 p { color: rgb(253,12,241); }

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

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

 a { background-color: rgb(253,12,241); }

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

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

 span { border-color: rgb(253,12,241); }

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