Html Css Color HEX #F21FEF Magenta

📋 copy color: '#F21FEF'

red 242 ◦ green 31 ◦ blue 239

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

Shades of Magenta #F21FEF

Tints of Magenta #F21FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 47.27%
G = 6.05%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F21FEF (or 0xF21FEF) is known color: Magenta. HEX triplet: F2, 1F and EF. RGB value is (242,31,239). Sum of RGB (Red+Green+Blue) = 242+31+239=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FEF is #0DE010. Grayscale: #757575. Windows color (decimal): -909329 or 15671282. OLE color: 15671282.

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

Color convert

RGB 242 31 239 -
CMYK 0 0.87 0.01 0.05
HSL 300.85º 0.89% 0.54% -
HSV(B) 300.85º 0.87% 0.95% -
XYZ 52.69 26.09 83.92 -
YUV 117.8 196.4 216.59 -
System Red Green Blue C M Y K H S L
Decimal 242 31 239 0 0.87 0.01 0.05 300.85 0.89 0.54
Hex F2 1F EF 0 57 1 5 12D 59 36
Octal 362 37 357 0 127 1 5 455 131 66
Binary 11110010 11111 11101111 0 1010111 1 101 100101101 1011001 110110

Color Harmonies of #F21FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FEF

Black with #F21FEF

Text Example


Text Example

White with #F21FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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