Html Css Color HEX #F211FD Magenta

📋 copy color: '#F211FD'

red 242 ◦ green 17 ◦ blue 253

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

Shades of Magenta #F211FD

Tints of Magenta #F211FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.32%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 47.27%
G = 3.32%
B = 49.41%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F211FD (or 0xF211FD) is known color: Magenta. HEX triplet: F2, 11 and FD. RGB value is (242,17,253). Sum of RGB (Red+Green+Blue) = 242+17+253=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 17 (7.03% from 255 or 3.32% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #F211FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211FD is #0DEE02. Grayscale: #6E6E6E. Windows color (decimal): -912899 or 16585202. OLE color: 16585202.

HSL color Cylindrical-coordinate representation of color #F211FD: hue angle of 297.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211FD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 17 253 -
CMYK 0.04 0.93 0 0.01
HSL 297.2º 0.98% 0.53% -
HSV(B) 297.2º 0.93% 0.99% -
XYZ 54.55 26.37 95.14 -
YUV 111.18 208.04 221.31 -
System Red Green Blue C M Y K H S L
Decimal 242 17 253 0.04 0.93 0 0.01 297.2 0.98 0.53
Hex F2 11 FD 4 5D 0 1 129 62 35
Octal 362 21 375 4 135 0 1 451 142 65
Binary 11110010 10001 11111101 100 1011101 0 1 100101001 1100010 110101

Color Harmonies of #F211FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211FD

Black with #F211FD

Text Example


Text Example

White with #F211FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211FD; }

 p { color: rgb(242,17,253); }

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

background-color css

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

 a { background-color: rgb(242,17,253); }

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

border-color css

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

 span { border-color: rgb(242,17,253); }

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