Html Css Color HEX #FD0CF8 Magenta

📋 copy color: '#FD0CF8'

red 253 ◦ green 12 ◦ blue 248

#FD0CF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FD0CF8

Tints of Magenta #FD0CF8

RGB

 RED value IS 253 (99.22% from 255) = 49.32%

 GREEN value IS 12 (5.08% from 255) = 2.34%

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 49.32%
G = 2.34%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD0CF8 (or 0xFD0CF8) is known color: Magenta. HEX triplet: FD, 0C and F8. RGB value is (253,12,248). Sum of RGB (Red+Green+Blue) = 253+12+248=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CF8 is #02F307. Grayscale: #6E6E6E. Windows color (decimal): -193288 or 16256253. OLE color: 16256253.

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

Color convert

RGB 253 12 248 -
CMYK 0 0.95 0.02 0.01
HSL 301.24º 0.98% 0.52% -
HSV(B) 301.24º 0.95% 0.99% -
XYZ 57.58 27.92 91.16 -
YUV 110.96 205.34 229.31 -
System Red Green Blue C M Y K H S L
Decimal 253 12 248 0 0.95 0.02 0.01 301.24 0.98 0.52
Hex FD C F8 0 5F 2 1 12D 62 34
Octal 375 14 370 0 137 2 1 455 142 64
Binary 11111101 1100 11111000 0 1011111 10 1 100101101 1100010 110100

Color Harmonies of #FD0CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CF8

Black with #FD0CF8

Text Example


Text Example

White with #FD0CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CF8; }

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

 H1.HeaderClassName
 {
   color: #FD0CF8;
 }
 .AnyTagClassName
 {
   color: #FD0CF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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