Html Css Color HEX #FD0CEF Magenta

📋 copy color: '#FD0CEF'

red 253 ◦ green 12 ◦ blue 239

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

Shades of Magenta #FD0CEF

Tints of Magenta #FD0CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 50.2%
G = 2.38%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD0CEF (or 0xFD0CEF) is known color: Magenta. HEX triplet: FD, 0C and EF. RGB value is (253,12,239). Sum of RGB (Red+Green+Blue) = 253+12+239=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CEF is #02F310. Grayscale: #6D6D6D. Windows color (decimal): -193297 or 15666429. OLE color: 15666429.

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

Color convert

RGB 253 12 239 -
CMYK 0 0.95 0.06 0.01
HSL 303.49º 0.98% 0.52% -
HSV(B) 303.49º 0.95% 0.99% -
XYZ 56.22 27.38 83.98 -
YUV 109.94 200.84 230.04 -
System Red Green Blue C M Y K H S L
Decimal 253 12 239 0 0.95 0.06 0.01 303.49 0.98 0.52
Hex FD C EF 0 5F 6 1 12F 62 34
Octal 375 14 357 0 137 6 1 457 142 64
Binary 11111101 1100 11101111 0 1011111 110 1 100101111 1100010 110100

Color Harmonies of #FD0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CEF

Black with #FD0CEF

Text Example


Text Example

White with #FD0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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