Html Css Color HEX #F212EF Magenta

📋 copy color: '#F212EF'

red 242 ◦ green 18 ◦ blue 239

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

Shades of Magenta #F212EF

Tints of Magenta #F212EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.61%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 48.5%
G = 3.61%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F212EF (or 0xF212EF) is known color: Magenta. HEX triplet: F2, 12 and EF. RGB value is (242,18,239). Sum of RGB (Red+Green+Blue) = 242+18+239=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F212EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212EF is #0DED10. Grayscale: #6D6D6D. Windows color (decimal): -912657 or 15667954. OLE color: 15667954.

HSL color Cylindrical-coordinate representation of color #F212EF: hue angle of 300.8º 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 #F212EF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 239 -
CMYK 0 0.93 0.01 0.05
HSL 300.8º 0.9% 0.51% -
HSV(B) 300.8º 0.93% 0.95% -
XYZ 52.41 25.54 83.83 -
YUV 110.17 200.71 222.03 -
System Red Green Blue C M Y K H S L
Decimal 242 18 239 0 0.93 0.01 0.05 300.8 0.9 0.51
Hex F2 12 EF 0 5D 1 5 12D 5A 33
Octal 362 22 357 0 135 1 5 455 132 63
Binary 11110010 10010 11101111 0 1011101 1 101 100101101 1011010 110011

Color Harmonies of #F212EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F212EF

Black with #F212EF

Text Example


Text Example

White with #F212EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F212EF; }

 p { color: rgb(242,18,239); }

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

background-color css

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

 a { background-color: rgb(242,18,239); }

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

border-color css

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

 span { border-color: rgb(242,18,239); }

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