Html Css Color HEX #FE30FB Magenta

📋 copy color: '#FE30FB'

red 254 ◦ green 48 ◦ blue 251

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

Shades of Magenta #FE30FB

Tints of Magenta #FE30FB

RGB

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

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

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

R = 45.93%
G = 8.68%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE30FB (or 0xFE30FB) is known color: Magenta. HEX triplet: FE, 30 and FB. RGB value is (254,48,251). Sum of RGB (Red+Green+Blue) = 254+48+251=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 48 (19.14% from 255 or 8.68% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE30FB is #01CF04. Grayscale: #848484. Windows color (decimal): -118533 or 16462078. OLE color: 16462078.

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

Color convert

RGB 254 48 251 -
CMYK 0 0.81 0.01 0.00
HSL 300.87º 0.99% 0.59% -
HSV(B) 300.87º 0.81% 1% -
XYZ 59.34 30.15 93.96 -
YUV 132.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 254 48 251 0 0.81 0.01 0.00 300.87 0.99 0.59
Hex FE 30 FB 0 51 1 0 12D 63 3B
Octal 376 60 373 0 121 1 0 455 143 73
Binary 11111110 110000 11111011 0 1010001 1 0 100101101 1100011 111011

Color Harmonies of #FE30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE30FB

Black with #FE30FB

Text Example


Text Example

White with #FE30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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