Html Css Color HEX #FE30FD Magenta

📋 copy color: '#FE30FD'

red 254 ◦ green 48 ◦ blue 253

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

Shades of Magenta #FE30FD

Tints of Magenta #FE30FD

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

 GREEN value IS 48 (19.14% from 255) = 8.65%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 45.77%
G = 8.65%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE30FD (or 0xFE30FD) is known color: Magenta. HEX triplet: FE, 30 and FD. RGB value is (254,48,253). Sum of RGB (Red+Green+Blue) = 254+48+253=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 48 (19.14% from 255 or 8.65% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE30FD is #01CF02. Grayscale: #848484. Windows color (decimal): -118531 or 16593150. OLE color: 16593150.

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

Color convert

RGB 254 48 253 -
CMYK 0 0.81 0.00 0.00
HSL 300.29º 0.99% 0.59% -
HSV(B) 300.29º 0.81% 1% -
XYZ 59.66 30.28 95.63 -
YUV 132.96 195.75 214.33 -
System Red Green Blue C M Y K H S L
Decimal 254 48 253 0 0.81 0.00 0.00 300.29 0.99 0.59
Hex FE 30 FD 0 51 0 0 12C 63 3B
Octal 376 60 375 0 121 0 0 454 143 73
Binary 11111110 110000 11111101 0 1010001 0 0 100101100 1100011 111011

Color Harmonies of #FE30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30FD

Black with #FE30FD

Text Example


Text Example

White with #FE30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30FD; }

 p { color: rgb(254,48,253); }

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

background-color css

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

 a { background-color: rgb(254,48,253); }

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

border-color css

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

 span { border-color: rgb(254,48,253); }

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