Html Css Color HEX #F215FB Magenta

📋 copy color: '#F215FB'

red 242 ◦ green 21 ◦ blue 251

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

Shades of Magenta #F215FB

Tints of Magenta #F215FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 47.08%
G = 4.09%
B = 48.83%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F215FB (or 0xF215FB) is known color: Magenta. HEX triplet: F2, 15 and FB. RGB value is (242,21,251). Sum of RGB (Red+Green+Blue) = 242+21+251=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #F215FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215FB is #0DEA04. Grayscale: #707070. Windows color (decimal): -911877 or 16455154. OLE color: 16455154.

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

Color convert

RGB 242 21 251 -
CMYK 0.04 0.92 0 0.02
HSL 297.65º 0.97% 0.53% -
HSV(B) 297.65º 0.92% 0.98% -
XYZ 54.3 26.38 93.5 -
YUV 113.3 205.72 219.8 -
System Red Green Blue C M Y K H S L
Decimal 242 21 251 0.04 0.92 0 0.02 297.65 0.97 0.53
Hex F2 15 FB 4 5C 0 2 12A 61 35
Octal 362 25 373 4 134 0 2 452 141 65
Binary 11110010 10101 11111011 100 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F215FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215FB

Black with #F215FB

Text Example


Text Example

White with #F215FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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