Html Css Color HEX #F000FA Magenta

📋 copy color: '#F000FA'

red 240 ◦ green 0 ◦ blue 250

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

Shades of Magenta #F000FA

Tints of Magenta #F000FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 48.98%
G = 0%
B = 51.02%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F000FA (or 0xF000FA) is known color: Magenta. HEX triplet: F0, 00 and FA. RGB value is (240,0,250). Sum of RGB (Red+Green+Blue) = 240+0+250=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #F000FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000FA is #0FFF05. Grayscale: #636363. Windows color (decimal): -1048326 or 16384240. OLE color: 16384240.

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

Color convert

RGB 240 0 250 -
CMYK 0.04 1 0 0.02
HSL 297.6º 1% 0.49% -
HSV(B) 297.6º 1% 0.98% -
XYZ 53.19 25.43 92.55 -
YUV 100.26 212.51 227.67 -
System Red Green Blue C M Y K H S L
Decimal 240 0 250 0.04 1 0 0.02 297.6 1 0.49
Hex F0 0 FA 4 64 0 2 12A 64 31
Octal 360 0 372 4 144 0 2 452 144 61
Binary 11110000 0 11111010 100 1100100 0 10 100101010 1100100 110001

Color Harmonies of #F000FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000FA

Black with #F000FA

Text Example


Text Example

White with #F000FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000FA; }

 p { color: rgb(240,0,250); }

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

background-color css

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

 a { background-color: rgb(240,0,250); }

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

border-color css

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

 span { border-color: rgb(240,0,250); }

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