Html Css Color HEX #FE10FF Magenta

📋 copy color: '#FE10FF'

red 254 ◦ green 16 ◦ blue 255

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

Shades of Magenta #FE10FF

Tints of Magenta #FE10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.05%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 48.38%
G = 3.05%
B = 48.57%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE10FF (or 0xFE10FF) is known color: Magenta. HEX triplet: FE, 10 and FF. RGB value is (254,16,255). Sum of RGB (Red+Green+Blue) = 254+16+255=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 16 (6.64% from 255 or 3.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10FF is #01EF00. Grayscale: #717171. Windows color (decimal): -126721 or 16716030. OLE color: 16716030.

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

Color convert

RGB 254 16 255 -
CMYK 0.00 0.94 0 0
HSL 299.75º 1% 0.53% -
HSV(B) 299.75º 0.94% 1% -
XYZ 59.11 28.66 97.02 -
YUV 114.41 207.35 227.57 -
System Red Green Blue C M Y K H S L
Decimal 254 16 255 0.00 0.94 0 0 299.75 1 0.53
Hex FE 10 FF 0 5E 0 0 12C 64 35
Octal 376 20 377 0 136 0 0 454 144 65
Binary 11111110 10000 11111111 0 1011110 0 0 100101100 1100100 110101

Color Harmonies of #FE10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10FF

Black with #FE10FF

Text Example


Text Example

White with #FE10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10FF; }

 p { color: rgb(254,16,255); }

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

background-color css

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

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

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

border-color css

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

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

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