Html Css Color HEX #FD04F3 Magenta

📋 copy color: '#FD04F3'

red 253 ◦ green 4 ◦ blue 243

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

Shades of Magenta #FD04F3

Tints of Magenta #FD04F3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 50.6%
G = 0.8%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD04F3 (or 0xFD04F3) is known color: Magenta. HEX triplet: FD, 04 and F3. RGB value is (253,4,243). Sum of RGB (Red+Green+Blue) = 253+4+243=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 4 (1.95% from 255 or 0.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04F3 is #02FB0C. Grayscale: #686868. Windows color (decimal): -195341 or 15926525. OLE color: 15926525.

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

Color convert

RGB 253 4 243 -
CMYK 0 0.98 0.04 0.01
HSL 302.41º 0.98% 0.5% -
HSV(B) 302.41º 0.98% 0.99% -
XYZ 56.73 27.44 87.1 -
YUV 105.7 205.49 233.07 -
System Red Green Blue C M Y K H S L
Decimal 253 4 243 0 0.98 0.04 0.01 302.41 0.98 0.5
Hex FD 4 F3 0 62 4 1 12E 62 32
Octal 375 4 363 0 142 4 1 456 142 62
Binary 11111101 100 11110011 0 1100010 100 1 100101110 1100010 110010

Color Harmonies of #FD04F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD04F3

Black with #FD04F3

Text Example


Text Example

White with #FD04F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD04F3; }

 p { color: rgb(253,4,243); }

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

background-color css

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

 a { background-color: rgb(253,4,243); }

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

border-color css

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

 span { border-color: rgb(253,4,243); }

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