Html Css Color HEX #FE18F7 Magenta

📋 copy color: '#FE18F7'

red 254 ◦ green 24 ◦ blue 247

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

Shades of Magenta #FE18F7

Tints of Magenta #FE18F7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.57%

 BLUE value IS 247 (96.88% from 255) = 47.05%

R = 48.38%
G = 4.57%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE18F7 (or 0xFE18F7) is known color: Magenta. HEX triplet: FE, 18 and F7. RGB value is (254,24,247). Sum of RGB (Red+Green+Blue) = 254+24+247=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 24 (9.77% from 255 or 4.57% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18F7 is #01E708. Grayscale: #757575. Windows color (decimal): -124681 or 16193790. OLE color: 16193790.

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

Color convert

RGB 254 24 247 -
CMYK 0 0.91 0.03 0.00
HSL 301.83º 0.99% 0.55% -
HSV(B) 301.83º 0.91% 1% -
XYZ 57.99 28.44 90.43 -
YUV 118.19 200.7 224.87 -
System Red Green Blue C M Y K H S L
Decimal 254 24 247 0 0.91 0.03 0.00 301.83 0.99 0.55
Hex FE 18 F7 0 5B 3 0 12E 63 37
Octal 376 30 367 0 133 3 0 456 143 67
Binary 11111110 11000 11110111 0 1011011 11 0 100101110 1100011 110111

Color Harmonies of #FE18F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18F7

Black with #FE18F7

Text Example


Text Example

White with #FE18F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18F7; }

 p { color: rgb(254,24,247); }

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

background-color css

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

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

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

border-color css

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

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

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