Html Css Color HEX #F015FC Magenta

📋 copy color: '#F015FC'

red 240 ◦ green 21 ◦ blue 252

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

Shades of Magenta #F015FC

Tints of Magenta #F015FC

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

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

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

R = 46.78%
G = 4.09%
B = 49.12%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F015FC (or 0xF015FC) is known color: Magenta. HEX triplet: F0, 15 and FC. RGB value is (240,21,252). Sum of RGB (Red+Green+Blue) = 240+21+252=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 21 (8.59% from 255 or 4.09% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #F015FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015FC is #0FEA03. Grayscale: #707070. Windows color (decimal): -1042948 or 16520688. OLE color: 16520688.

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

Color convert

RGB 240 21 252 -
CMYK 0.05 0.92 0 0.01
HSL 296.88º 0.97% 0.54% -
HSV(B) 296.88º 0.92% 0.99% -
XYZ 53.77 26.09 94.3 -
YUV 112.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 240 21 252 0.05 0.92 0 0.01 296.88 0.97 0.54
Hex F0 15 FC 5 5C 0 1 129 61 36
Octal 360 25 374 5 134 0 1 451 141 66
Binary 11110000 10101 11111100 101 1011100 0 1 100101001 1100001 110110

Color Harmonies of #F015FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015FC

Black with #F015FC

Text Example


Text Example

White with #F015FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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