Html Css Color HEX #F40AFE Magenta

📋 copy color: '#F40AFE'

red 244 ◦ green 10 ◦ blue 254

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

Shades of Magenta #F40AFE

Tints of Magenta #F40AFE

RGB

 RED value IS 244 (95.7% from 255) = 48.03%

 GREEN value IS 10 (4.3% from 255) = 1.97%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 48.03%
G = 1.97%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F40AFE (or 0xF40AFE) is known color: Magenta. HEX triplet: F4, 0A and FE. RGB value is (244,10,254). Sum of RGB (Red+Green+Blue) = 244+10+254=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #F40AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AFE is #0BF501. Grayscale: #6B6B6B. Windows color (decimal): -783618 or 16648948. OLE color: 16648948.

HSL color Cylindrical-coordinate representation of color #F40AFE: hue angle of 297.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40AFE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 10 254 -
CMYK 0.04 0.96 0 0.00
HSL 297.54º 0.99% 0.52% -
HSV(B) 297.54º 0.96% 1% -
XYZ 55.31 26.61 95.99 -
YUV 107.78 210.52 225.16 -
System Red Green Blue C M Y K H S L
Decimal 244 10 254 0.04 0.96 0 0.00 297.54 0.99 0.52
Hex F4 A FE 4 60 0 0 12A 63 34
Octal 364 12 376 4 140 0 0 452 143 64
Binary 11110100 1010 11111110 100 1100000 0 0 100101010 1100011 110100

Color Harmonies of #F40AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40AFE

Black with #F40AFE

Text Example


Text Example

White with #F40AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40AFE; }

 p { color: rgb(244,10,254); }

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

background-color css

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

 a { background-color: rgb(244,10,254); }

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

border-color css

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

 span { border-color: rgb(244,10,254); }

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