Html Css Color HEX #F21FEA Magenta

📋 copy color: '#F21FEA'

red 242 ◦ green 31 ◦ blue 234

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

Shades of Magenta #F21FEA

Tints of Magenta #F21FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 47.73%
G = 6.11%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F21FEA (or 0xF21FEA) is known color: Magenta. HEX triplet: F2, 1F and EA. RGB value is (242,31,234). Sum of RGB (Red+Green+Blue) = 242+31+234=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FEA is #0DE015. Grayscale: #747474. Windows color (decimal): -909334 or 15343602. OLE color: 15343602.

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

Color convert

RGB 242 31 234 -
CMYK 0 0.87 0.03 0.05
HSL 302.27º 0.89% 0.54% -
HSV(B) 302.27º 0.87% 0.95% -
XYZ 51.96 25.8 80.08 -
YUV 117.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 242 31 234 0 0.87 0.03 0.05 302.27 0.89 0.54
Hex F2 1F EA 0 57 3 5 12E 59 36
Octal 362 37 352 0 127 3 5 456 131 66
Binary 11110010 11111 11101010 0 1010111 11 101 100101110 1011001 110110

Color Harmonies of #F21FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FEA

Black with #F21FEA

Text Example


Text Example

White with #F21FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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