Html Css Color HEX #F215EB Magenta

📋 copy color: '#F215EB'

red 242 ◦ green 21 ◦ blue 235

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

Shades of Magenta #F215EB

Tints of Magenta #F215EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 48.59%
G = 4.22%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F215EB (or 0xF215EB) is known color: Magenta. HEX triplet: F2, 15 and EB. RGB value is (242,21,235). Sum of RGB (Red+Green+Blue) = 242+21+235=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F215EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215EB is #0DEA14. Grayscale: #6E6E6E. Windows color (decimal): -911893 or 15406578. OLE color: 15406578.

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

Color convert

RGB 242 21 235 -
CMYK 0 0.91 0.03 0.05
HSL 301.9º 0.89% 0.52% -
HSV(B) 301.9º 0.91% 0.95% -
XYZ 51.88 25.41 80.77 -
YUV 111.48 197.72 221.1 -
System Red Green Blue C M Y K H S L
Decimal 242 21 235 0 0.91 0.03 0.05 301.9 0.89 0.52
Hex F2 15 EB 0 5B 3 5 12E 59 34
Octal 362 25 353 0 133 3 5 456 131 64
Binary 11110010 10101 11101011 0 1011011 11 101 100101110 1011001 110100

Color Harmonies of #F215EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215EB

Black with #F215EB

Text Example


Text Example

White with #F215EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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