Html Css Color HEX #FD06F3 Magenta

📋 copy color: '#FD06F3'

red 253 ◦ green 6 ◦ blue 243

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

Shades of Magenta #FD06F3

Tints of Magenta #FD06F3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 50.4%
G = 1.2%
B = 48.41%

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

#FD06F3 (or 0xFD06F3) is known color: Magenta. HEX triplet: FD, 06 and F3. RGB value is (253,6,243). Sum of RGB (Red+Green+Blue) = 253+6+243=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD06F3 is #02F90C. Grayscale: #6A6A6A. Windows color (decimal): -194829 or 15927037. OLE color: 15927037.

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

Color convert

RGB 253 6 243 -
CMYK 0 0.98 0.04 0.01
HSL 302.43º 0.98% 0.51% -
HSV(B) 302.43º 0.98% 0.99% -
XYZ 56.75 27.48 87.11 -
YUV 106.87 204.83 232.23 -
System Red Green Blue C M Y K H S L
Decimal 253 6 243 0 0.98 0.04 0.01 302.43 0.98 0.51
Hex FD 6 F3 0 62 4 1 12E 62 33
Octal 375 6 363 0 142 4 1 456 142 63
Binary 11111101 110 11110011 0 1100010 100 1 100101110 1100010 110011

Color Harmonies of #FD06F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD06F3

Black with #FD06F3

Text Example


Text Example

White with #FD06F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD06F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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