Html Css Color HEX #F00FFE Magenta

📋 copy color: '#F00FFE'

red 240 ◦ green 15 ◦ blue 254

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

Shades of Magenta #F00FFE

Tints of Magenta #F00FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.95%

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

R = 47.15%
G = 2.95%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F00FFE (or 0xF00FFE) is known color: Magenta. HEX triplet: F0, 0F and FE. RGB value is (240,15,254). Sum of RGB (Red+Green+Blue) = 240+15+254=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F00FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFE is #0FF001. Grayscale: #6C6C6C. Windows color (decimal): -1044482 or 16650224. OLE color: 16650224.

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

Color convert

RGB 240 15 254 -
CMYK 0.06 0.94 0 0.00
HSL 296.49º 0.99% 0.53% -
HSV(B) 296.49º 0.94% 1% -
XYZ 54 26.02 95.94 -
YUV 109.52 209.54 221.07 -
System Red Green Blue C M Y K H S L
Decimal 240 15 254 0.06 0.94 0 0.00 296.49 0.99 0.53
Hex F0 F FE 6 5E 0 0 128 63 35
Octal 360 17 376 6 136 0 0 450 143 65
Binary 11110000 1111 11111110 110 1011110 0 0 100101000 1100011 110101

Color Harmonies of #F00FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FFE

Black with #F00FFE

Text Example


Text Example

White with #F00FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FFE; }

 p { color: rgb(240,15,254); }

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

background-color css

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

 a { background-color: rgb(240,15,254); }

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

border-color css

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

 span { border-color: rgb(240,15,254); }

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