Html Css Color HEX #FD06F5 Magenta

📋 copy color: '#FD06F5'

red 253 ◦ green 6 ◦ blue 245

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

Shades of Magenta #FD06F5

Tints of Magenta #FD06F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 50.2%
G = 1.19%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD06F5 (or 0xFD06F5) is known color: Magenta. HEX triplet: FD, 06 and F5. RGB value is (253,6,245). Sum of RGB (Red+Green+Blue) = 253+6+245=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD06F5 is #02F90A. Grayscale: #6A6A6A. Windows color (decimal): -194827 or 16058109. OLE color: 16058109.

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

Color convert

RGB 253 6 245 -
CMYK 0 0.98 0.03 0.01
HSL 301.94º 0.98% 0.51% -
HSV(B) 301.94º 0.98% 0.99% -
XYZ 57.05 27.61 88.71 -
YUV 107.1 205.83 232.07 -
System Red Green Blue C M Y K H S L
Decimal 253 6 245 0 0.98 0.03 0.01 301.94 0.98 0.51
Hex FD 6 F5 0 62 3 1 12E 62 33
Octal 375 6 365 0 142 3 1 456 142 63
Binary 11111101 110 11110101 0 1100010 11 1 100101110 1100010 110011

Color Harmonies of #FD06F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD06F5

Black with #FD06F5

Text Example


Text Example

White with #FD06F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD06F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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