Html Css Color HEX #F215F6 Magenta

📋 copy color: '#F215F6'

red 242 ◦ green 21 ◦ blue 246

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

Shades of Magenta #F215F6

Tints of Magenta #F215F6

RGB

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

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

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

R = 47.54%
G = 4.13%
B = 48.33%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F215F6 (or 0xF215F6) is known color: Magenta. HEX triplet: F2, 15 and F6. RGB value is (242,21,246). Sum of RGB (Red+Green+Blue) = 242+21+246=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 21 (8.59% from 255 or 4.13% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #F215F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215F6 is #0DEA09. Grayscale: #707070. Windows color (decimal): -911882 or 16127474. OLE color: 16127474.

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

Color convert

RGB 242 21 246 -
CMYK 0.02 0.91 0 0.04
HSL 298.93º 0.93% 0.52% -
HSV(B) 298.93º 0.91% 0.96% -
XYZ 53.52 26.07 89.4 -
YUV 112.73 203.22 220.2 -
System Red Green Blue C M Y K H S L
Decimal 242 21 246 0.02 0.91 0 0.04 298.93 0.93 0.52
Hex F2 15 F6 2 5B 0 4 12B 5D 34
Octal 362 25 366 2 133 0 4 453 135 64
Binary 11110010 10101 11110110 10 1011011 0 100 100101011 1011101 110100

Color Harmonies of #F215F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215F6

Black with #F215F6

Text Example


Text Example

White with #F215F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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