Html Css Color HEX #F210F6 Magenta

📋 copy color: '#F210F6'

red 242 ◦ green 16 ◦ blue 246

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

Shades of Magenta #F210F6

Tints of Magenta #F210F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 48.02%
G = 3.17%
B = 48.81%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F210F6 (or 0xF210F6) is known color: Magenta. HEX triplet: F2, 10 and F6. RGB value is (242,16,246). Sum of RGB (Red+Green+Blue) = 242+16+246=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #F210F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210F6 is #0DEF09. Grayscale: #6D6D6D. Windows color (decimal): -913162 or 16126194. OLE color: 16126194.

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

Color convert

RGB 242 16 246 -
CMYK 0.02 0.93 0 0.04
HSL 298.96º 0.93% 0.51% -
HSV(B) 298.96º 0.93% 0.96% -
XYZ 53.44 25.9 89.37 -
YUV 109.79 204.87 222.3 -
System Red Green Blue C M Y K H S L
Decimal 242 16 246 0.02 0.93 0 0.04 298.96 0.93 0.51
Hex F2 10 F6 2 5D 0 4 12B 5D 33
Octal 362 20 366 2 135 0 4 453 135 63
Binary 11110010 10000 11110110 10 1011101 0 100 100101011 1011101 110011

Color Harmonies of #F210F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210F6

Black with #F210F6

Text Example


Text Example

White with #F210F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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