Html Css Color HEX #F215EC Magenta

📋 copy color: '#F215EC'

red 242 ◦ green 21 ◦ blue 236

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

Shades of Magenta #F215EC

Tints of Magenta #F215EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.21%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 48.5%
G = 4.21%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F215EC (or 0xF215EC) is known color: Magenta. HEX triplet: F2, 15 and EC. RGB value is (242,21,236). Sum of RGB (Red+Green+Blue) = 242+21+236=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F215EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215EC is #0DEA13. Grayscale: #6E6E6E. Windows color (decimal): -911892 or 15472114. OLE color: 15472114.

HSL color Cylindrical-coordinate representation of color #F215EC: hue angle of 301.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215EC is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 236 -
CMYK 0 0.91 0.02 0.05
HSL 301.63º 0.89% 0.52% -
HSV(B) 301.63º 0.91% 0.95% -
XYZ 52.03 25.47 81.53 -
YUV 111.59 198.22 221.02 -
System Red Green Blue C M Y K H S L
Decimal 242 21 236 0 0.91 0.02 0.05 301.63 0.89 0.52
Hex F2 15 EC 0 5B 2 5 12E 59 34
Octal 362 25 354 0 133 2 5 456 131 64
Binary 11110010 10101 11101100 0 1011011 10 101 100101110 1011001 110100

Color Harmonies of #F215EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215EC

Black with #F215EC

Text Example


Text Example

White with #F215EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215EC; }

 p { color: rgb(242,21,236); }

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

background-color css

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

 a { background-color: rgb(242,21,236); }

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

border-color css

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

 span { border-color: rgb(242,21,236); }

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