Html Css Color HEX #F00FFA Magenta

📋 copy color: '#F00FFA'

red 240 ◦ green 15 ◦ blue 250

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

Shades of Magenta #F00FFA

Tints of Magenta #F00FFA

RGB

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

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

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

R = 47.52%
G = 2.97%
B = 49.5%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00FFA (or 0xF00FFA) is known color: Magenta. HEX triplet: F0, 0F and FA. RGB value is (240,15,250). Sum of RGB (Red+Green+Blue) = 240+15+250=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #F00FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFA is #0FF005. Grayscale: #6C6C6C. Windows color (decimal): -1044486 or 16388080. OLE color: 16388080.

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

Color convert

RGB 240 15 250 -
CMYK 0.04 0.94 0 0.02
HSL 297.45º 0.96% 0.52% -
HSV(B) 297.45º 0.94% 0.98% -
XYZ 53.36 25.77 92.6 -
YUV 109.07 207.54 221.39 -
System Red Green Blue C M Y K H S L
Decimal 240 15 250 0.04 0.94 0 0.02 297.45 0.96 0.52
Hex F0 F FA 4 5E 0 2 129 60 34
Octal 360 17 372 4 136 0 2 451 140 64
Binary 11110000 1111 11111010 100 1011110 0 10 100101001 1100000 110100

Color Harmonies of #F00FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FFA

Black with #F00FFA

Text Example


Text Example

White with #F00FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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