Html Css Color HEX #F215F1 Magenta

📋 copy color: '#F215F1'

red 242 ◦ green 21 ◦ blue 241

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

Shades of Magenta #F215F1

Tints of Magenta #F215F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 48.02%
G = 4.17%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F215F1 (or 0xF215F1) is known color: Magenta. HEX triplet: F2, 15 and F1. RGB value is (242,21,241). Sum of RGB (Red+Green+Blue) = 242+21+241=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F215F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215F1 is #0DEA0E. Grayscale: #6F6F6F. Windows color (decimal): -911887 or 15799794. OLE color: 15799794.

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

Color convert

RGB 242 21 241 -
CMYK 0 0.91 0.00 0.05
HSL 300.27º 0.89% 0.52% -
HSV(B) 300.27º 0.91% 0.95% -
XYZ 52.76 25.76 85.41 -
YUV 112.16 200.72 220.61 -
System Red Green Blue C M Y K H S L
Decimal 242 21 241 0 0.91 0.00 0.05 300.27 0.89 0.52
Hex F2 15 F1 0 5B 0 5 12C 59 34
Octal 362 25 361 0 133 0 5 454 131 64
Binary 11110010 10101 11110001 0 1011011 0 101 100101100 1011001 110100

Color Harmonies of #F215F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215F1

Black with #F215F1

Text Example


Text Example

White with #F215F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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