Html Css Color HEX #FE30FE Magenta

📋 copy color: '#FE30FE'

red 254 ◦ green 48 ◦ blue 254

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

Shades of Magenta #FE30FE

Tints of Magenta #FE30FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 45.68%
G = 8.63%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE30FE (or 0xFE30FE) is known color: Magenta. HEX triplet: FE, 30 and FE. RGB value is (254,48,254). Sum of RGB (Red+Green+Blue) = 254+48+254=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 48 (19.14% from 255 or 8.63% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE30FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE30FE is #01CF01. Grayscale: #848484. Windows color (decimal): -118530 or 16658686. OLE color: 16658686.

HSL color Cylindrical-coordinate representation of color #FE30FE: hue angle of 300º 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 #FE30FE is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 254 -
CMYK 0 0.81 0 0.00
HSL 300º 0.99% 0.59% -
HSV(B) 300º 0.81% 1% -
XYZ 59.82 30.34 96.47 -
YUV 133.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 254 48 254 0 0.81 0 0.00 300 0.99 0.59
Hex FE 30 FE 0 51 0 0 12C 63 3B
Octal 376 60 376 0 121 0 0 454 143 73
Binary 11111110 110000 11111110 0 1010001 0 0 100101100 1100011 111011

Color Harmonies of #FE30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30FE

Black with #FE30FE

Text Example


Text Example

White with #FE30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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