Html Css Color HEX #FD16F9 Magenta

📋 copy color: '#FD16F9'

red 253 ◦ green 22 ◦ blue 249

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

Shades of Magenta #FD16F9

Tints of Magenta #FD16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.2%

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 48.28%
G = 4.2%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD16F9 (or 0xFD16F9) is known color: Magenta. HEX triplet: FD, 16 and F9. RGB value is (253,22,249). Sum of RGB (Red+Green+Blue) = 253+22+249=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 22 (8.98% from 255 or 4.20% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD16F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD16F9 is #02E906. Grayscale: #747474. Windows color (decimal): -190727 or 16324349. OLE color: 16324349.

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

Color convert

RGB 253 22 249 -
CMYK 0 0.91 0.02 0.01
HSL 301.04º 0.98% 0.54% -
HSV(B) 301.04º 0.91% 0.99% -
XYZ 57.89 28.3 92.03 -
YUV 116.95 202.53 225.04 -
System Red Green Blue C M Y K H S L
Decimal 253 22 249 0 0.91 0.02 0.01 301.04 0.98 0.54
Hex FD 16 F9 0 5B 2 1 12D 62 36
Octal 375 26 371 0 133 2 1 455 142 66
Binary 11111101 10110 11111001 0 1011011 10 1 100101101 1100010 110110

Color Harmonies of #FD16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD16F9

Black with #FD16F9

Text Example


Text Example

White with #FD16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD16F9; }

 p { color: rgb(253,22,249); }

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

background-color css

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

 a { background-color: rgb(253,22,249); }

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

border-color css

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

 span { border-color: rgb(253,22,249); }

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