Html Css Color HEX #FF1FEE Magenta

📋 copy color: '#FF1FEE'

red 255 ◦ green 31 ◦ blue 238

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

Shades of Magenta #FF1FEE

Tints of Magenta #FF1FEE

RGB

 RED value IS 255 (100% from 255) = 48.66%

 GREEN value IS 31 (12.5% from 255) = 5.92%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 48.66%
G = 5.92%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF1FEE (or 0xFF1FEE) is known color: Magenta. HEX triplet: FF, 1F and EE. RGB value is (255,31,238). Sum of RGB (Red+Green+Blue) = 255+31+238=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 31 (12.5% from 255 or 5.92% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FEE is #00E011. Grayscale: #787878. Windows color (decimal): -57362 or 15605759. OLE color: 15605759.

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

Color convert

RGB 255 31 238 -
CMYK 0 0.88 0.07 0
HSL 304.55º 1% 0.56% -
HSV(B) 304.55º 0.88% 1% -
XYZ 57.16 28.41 83.36 -
YUV 121.57 193.71 223.17 -
System Red Green Blue C M Y K H S L
Decimal 255 31 238 0 0.88 0.07 0 304.55 1 0.56
Hex FF 1F EE 0 58 7 0 131 64 38
Octal 377 37 356 0 130 7 0 461 144 70
Binary 11111111 11111 11101110 0 1011000 111 0 100110001 1100100 111000

Color Harmonies of #FF1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1FEE

Black with #FF1FEE

Text Example


Text Example

White with #FF1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1FEE; }

 p { color: rgb(255,31,238); }

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

background-color css

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

 a { background-color: rgb(255,31,238); }

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

border-color css

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

 span { border-color: rgb(255,31,238); }

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