Html Css Color HEX #FD06F7 Magenta

📋 copy color: '#FD06F7'

red 253 ◦ green 6 ◦ blue 247

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

Shades of Magenta #FD06F7

Tints of Magenta #FD06F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 50%
G = 1.19%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD06F7 (or 0xFD06F7) is known color: Magenta. HEX triplet: FD, 06 and F7. RGB value is (253,6,247). Sum of RGB (Red+Green+Blue) = 253+6+247=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD06F7 is #02F908. Grayscale: #6A6A6A. Windows color (decimal): -194825 or 16189181. OLE color: 16189181.

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

Color convert

RGB 253 6 247 -
CMYK 0 0.98 0.02 0.01
HSL 301.46º 0.98% 0.51% -
HSV(B) 301.46º 0.98% 0.99% -
XYZ 57.36 27.73 90.32 -
YUV 107.33 206.83 231.9 -
System Red Green Blue C M Y K H S L
Decimal 253 6 247 0 0.98 0.02 0.01 301.46 0.98 0.51
Hex FD 6 F7 0 62 2 1 12D 62 33
Octal 375 6 367 0 142 2 1 455 142 63
Binary 11111101 110 11110111 0 1100010 10 1 100101101 1100010 110011

Color Harmonies of #FD06F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD06F7

Black with #FD06F7

Text Example


Text Example

White with #FD06F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD06F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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