Html Css Color HEX #F215FC Magenta

📋 copy color: '#F215FC'

red 242 ◦ green 21 ◦ blue 252

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

Shades of Magenta #F215FC

Tints of Magenta #F215FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 46.99%
G = 4.08%
B = 48.93%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F215FC (or 0xF215FC) is known color: Magenta. HEX triplet: F2, 15 and FC. RGB value is (242,21,252). Sum of RGB (Red+Green+Blue) = 242+21+252=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F215FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215FC is #0DEA03. Grayscale: #707070. Windows color (decimal): -911876 or 16520690. OLE color: 16520690.

HSL color Cylindrical-coordinate representation of color #F215FC: hue angle of 297.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F215FC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 21 252 -
CMYK 0.04 0.92 0 0.01
HSL 297.4º 0.97% 0.54% -
HSV(B) 297.4º 0.92% 0.99% -
XYZ 54.46 26.44 94.33 -
YUV 113.41 206.22 219.72 -
System Red Green Blue C M Y K H S L
Decimal 242 21 252 0.04 0.92 0 0.01 297.4 0.97 0.54
Hex F2 15 FC 4 5C 0 1 129 61 36
Octal 362 25 374 4 134 0 1 451 141 66
Binary 11110010 10101 11111100 100 1011100 0 1 100101001 1100001 110110

Color Harmonies of #F215FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215FC

Black with #F215FC

Text Example


Text Example

White with #F215FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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