Html Css Color HEX #F210E6 Magenta

📋 copy color: '#F210E6'

red 242 ◦ green 16 ◦ blue 230

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

Shades of Magenta #F210E6

Tints of Magenta #F210E6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.28%

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 49.59%
G = 3.28%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F210E6 (or 0xF210E6) is known color: Magenta. HEX triplet: F2, 10 and E6. RGB value is (242,16,230). Sum of RGB (Red+Green+Blue) = 242+16+230=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F210E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210E6 is #0DEF19. Grayscale: #6B6B6B. Windows color (decimal): -913178 or 15077618. OLE color: 15077618.

HSL color Cylindrical-coordinate representation of color #F210E6: hue angle of 303.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210E6 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 230 -
CMYK 0 0.93 0.05 0.05
HSL 303.19º 0.9% 0.51% -
HSV(B) 303.19º 0.93% 0.95% -
XYZ 51.09 24.96 76.99 -
YUV 107.97 196.87 223.6 -
System Red Green Blue C M Y K H S L
Decimal 242 16 230 0 0.93 0.05 0.05 303.19 0.9 0.51
Hex F2 10 E6 0 5D 5 5 12F 5A 33
Octal 362 20 346 0 135 5 5 457 132 63
Binary 11110010 10000 11100110 0 1011101 101 101 100101111 1011010 110011

Color Harmonies of #F210E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210E6

Black with #F210E6

Text Example


Text Example

White with #F210E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210E6; }

 p { color: rgb(242,16,230); }

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

background-color css

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

 a { background-color: rgb(242,16,230); }

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

border-color css

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

 span { border-color: rgb(242,16,230); }

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