Html Css Color HEX #F021FE Magenta

📋 copy color: '#F021FE'

red 240 ◦ green 33 ◦ blue 254

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

Shades of Magenta #F021FE

Tints of Magenta #F021FE

RGB

 RED value IS 240 (94.14% from 255) = 45.54%

 GREEN value IS 33 (13.28% from 255) = 6.26%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 45.54%
G = 6.26%
B = 48.2%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F021FE (or 0xF021FE) is known color: Magenta. HEX triplet: F0, 21 and FE. RGB value is (240,33,254). Sum of RGB (Red+Green+Blue) = 240+33+254=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 33 (13.28% from 255 or 6.26% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F021FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021FE is #0FDE01. Grayscale: #777777. Windows color (decimal): -1039874 or 16654832. OLE color: 16654832.

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

Color convert

RGB 240 33 254 -
CMYK 0.06 0.87 0 0.00
HSL 296.2º 0.99% 0.56% -
HSV(B) 296.2º 0.87% 1% -
XYZ 54.37 26.77 96.07 -
YUV 120.09 203.58 213.53 -
System Red Green Blue C M Y K H S L
Decimal 240 33 254 0.06 0.87 0 0.00 296.2 0.99 0.56
Hex F0 21 FE 6 57 0 0 128 63 38
Octal 360 41 376 6 127 0 0 450 143 70
Binary 11110000 100001 11111110 110 1010111 0 0 100101000 1100011 111000

Color Harmonies of #F021FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021FE

Black with #F021FE

Text Example


Text Example

White with #F021FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021FE; }

 p { color: rgb(240,33,254); }

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

background-color css

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

 a { background-color: rgb(240,33,254); }

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

border-color css

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

 span { border-color: rgb(240,33,254); }

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