Html Css Color HEX #F211FA Magenta

📋 copy color: '#F211FA'

red 242 ◦ green 17 ◦ blue 250

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

Shades of Magenta #F211FA

Tints of Magenta #F211FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 47.54%
G = 3.34%
B = 49.12%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F211FA (or 0xF211FA) is known color: Magenta. HEX triplet: F2, 11 and FA. RGB value is (242,17,250). Sum of RGB (Red+Green+Blue) = 242+17+250=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #F211FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211FA is #0DEE05. Grayscale: #6E6E6E. Windows color (decimal): -912902 or 16388594. OLE color: 16388594.

HSL color Cylindrical-coordinate representation of color #F211FA: hue angle of 297.94º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211FA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 17 250 -
CMYK 0.03 0.93 0 0.02
HSL 297.94º 0.96% 0.52% -
HSV(B) 297.94º 0.93% 0.98% -
XYZ 54.07 26.18 92.65 -
YUV 110.84 206.54 221.55 -
System Red Green Blue C M Y K H S L
Decimal 242 17 250 0.03 0.93 0 0.02 297.94 0.96 0.52
Hex F2 11 FA 3 5D 0 2 12A 60 34
Octal 362 21 372 3 135 0 2 452 140 64
Binary 11110010 10001 11111010 11 1011101 0 10 100101010 1100000 110100

Color Harmonies of #F211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211FA

Black with #F211FA

Text Example


Text Example

White with #F211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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