Html Css Color HEX #FD0FFB Magenta

📋 copy color: '#FD0FFB'

red 253 ◦ green 15 ◦ blue 251

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

Shades of Magenta #FD0FFB

Tints of Magenta #FD0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.89%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 48.75%
G = 2.89%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD0FFB (or 0xFD0FFB) is known color: Magenta. HEX triplet: FD, 0F and FB. RGB value is (253,15,251). Sum of RGB (Red+Green+Blue) = 253+15+251=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 15 (6.25% from 255 or 2.89% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FFB is #02F004. Grayscale: #707070. Windows color (decimal): -192517 or 16453629. OLE color: 16453629.

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

Color convert

RGB 253 15 251 -
CMYK 0 0.94 0.01 0.01
HSL 300.5º 0.98% 0.53% -
HSV(B) 300.5º 0.94% 0.99% -
XYZ 58.09 28.19 93.65 -
YUV 113.07 205.85 227.81 -
System Red Green Blue C M Y K H S L
Decimal 253 15 251 0 0.94 0.01 0.01 300.5 0.98 0.53
Hex FD F FB 0 5E 1 1 12D 62 35
Octal 375 17 373 0 136 1 1 455 142 65
Binary 11111101 1111 11111011 0 1011110 1 1 100101101 1100010 110101

Color Harmonies of #FD0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FFB

Black with #FD0FFB

Text Example


Text Example

White with #FD0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FFB; }

 p { color: rgb(253,15,251); }

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

background-color css

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

 a { background-color: rgb(253,15,251); }

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

border-color css

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

 span { border-color: rgb(253,15,251); }

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