Html Css Color HEX #F21FEE Magenta

📋 copy color: '#F21FEE'

red 242 ◦ green 31 ◦ blue 238

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

Shades of Magenta #F21FEE

Tints of Magenta #F21FEE

RGB

 RED value IS 242 (94.92% from 255) = 47.36%

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

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

R = 47.36%
G = 6.07%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F21FEE (or 0xF21FEE) is known color: Magenta. HEX triplet: F2, 1F and EE. RGB value is (242,31,238). Sum of RGB (Red+Green+Blue) = 242+31+238=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FEE is #0DE011. Grayscale: #757575. Windows color (decimal): -909330 or 15605746. OLE color: 15605746.

HSL color Cylindrical-coordinate representation of color #F21FEE: hue angle of 301.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FEE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 238 -
CMYK 0 0.87 0.02 0.05
HSL 301.14º 0.89% 0.54% -
HSV(B) 301.14º 0.87% 0.95% -
XYZ 52.54 26.03 83.14 -
YUV 117.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 242 31 238 0 0.87 0.02 0.05 301.14 0.89 0.54
Hex F2 1F EE 0 57 2 5 12D 59 36
Octal 362 37 356 0 127 2 5 455 131 66
Binary 11110010 11111 11101110 0 1010111 10 101 100101101 1011001 110110

Color Harmonies of #F21FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FEE

Black with #F21FEE

Text Example


Text Example

White with #F21FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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