Html Css Color HEX #FD2FFB Magenta

📋 copy color: '#FD2FFB'

red 253 ◦ green 47 ◦ blue 251

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

Shades of Magenta #FD2FFB

Tints of Magenta #FD2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.53%

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

R = 45.92%
G = 8.53%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD2FFB (or 0xFD2FFB) is known color: Magenta. HEX triplet: FD, 2F and FB. RGB value is (253,47,251). Sum of RGB (Red+Green+Blue) = 253+47+251=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 47 (18.75% from 255 or 8.53% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2FFB is #02D004. Grayscale: #838383. Windows color (decimal): -184325 or 16461821. OLE color: 16461821.

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

Color convert

RGB 253 47 251 -
CMYK 0 0.81 0.01 0.01
HSL 300.58º 0.98% 0.59% -
HSV(B) 300.58º 0.81% 0.99% -
XYZ 58.94 29.88 93.93 -
YUV 131.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 253 47 251 0 0.81 0.01 0.01 300.58 0.98 0.59
Hex FD 2F FB 0 51 1 1 12D 62 3B
Octal 375 57 373 0 121 1 1 455 142 73
Binary 11111101 101111 11111011 0 1010001 1 1 100101101 1100010 111011

Color Harmonies of #FD2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FFB

Black with #FD2FFB

Text Example


Text Example

White with #FD2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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