Html Css Color HEX #F012FD Magenta

📋 copy color: '#F012FD'

red 240 ◦ green 18 ◦ blue 253

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

Shades of Magenta #F012FD

Tints of Magenta #F012FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.52%

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 46.97%
G = 3.52%
B = 49.51%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F012FD (or 0xF012FD) is known color: Magenta. HEX triplet: F0, 12 and FD. RGB value is (240,18,253). Sum of RGB (Red+Green+Blue) = 240+18+253=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F012FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012FD is #0FED02. Grayscale: #6E6E6E. Windows color (decimal): -1043715 or 16585456. OLE color: 16585456.

HSL color Cylindrical-coordinate representation of color #F012FD: hue angle of 296.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012FD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 18 253 -
CMYK 0.05 0.93 0 0.01
HSL 296.68º 0.98% 0.53% -
HSV(B) 296.68º 0.93% 0.99% -
XYZ 53.88 26.05 95.12 -
YUV 111.17 208.05 219.89 -
System Red Green Blue C M Y K H S L
Decimal 240 18 253 0.05 0.93 0 0.01 296.68 0.98 0.53
Hex F0 12 FD 5 5D 0 1 129 62 35
Octal 360 22 375 5 135 0 1 451 142 65
Binary 11110000 10010 11111101 101 1011101 0 1 100101001 1100010 110101

Color Harmonies of #F012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012FD

Black with #F012FD

Text Example


Text Example

White with #F012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012FD; }

 p { color: rgb(240,18,253); }

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

background-color css

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

 a { background-color: rgb(240,18,253); }

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

border-color css

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

 span { border-color: rgb(240,18,253); }

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