Html Css Color HEX #F000F0 Magenta

📋 copy color: '#F000F0'

red 240 ◦ green 0 ◦ blue 240

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

Shades of Magenta #F000F0

Tints of Magenta #F000F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F000F0 (or 0xF000F0) is known color: Magenta. HEX triplet: F0, 00 and F0. RGB value is (240,0,240). Sum of RGB (Red+Green+Blue) = 240+0+240=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F000F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000F0 is #0FFF0F. Grayscale: #626262. Windows color (decimal): -1048336 or 15728880. OLE color: 15728880.

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

Color convert

RGB 240 0 240 -
CMYK 0 1 0 0.06
HSL 300º 1% 0.47% -
HSV(B) 300º 1% 0.94% -
XYZ 51.66 24.82 84.51 -
YUV 99.12 207.51 228.49 -
System Red Green Blue C M Y K H S L
Decimal 240 0 240 0 1 0 0.06 300 1 0.47
Hex F0 0 F0 0 64 0 6 12C 64 2F
Octal 360 0 360 0 144 0 6 454 144 57
Binary 11110000 0 11110000 0 1100100 0 110 100101100 1100100 101111

Color Harmonies of #F000F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000F0

Black with #F000F0

Text Example


Text Example

White with #F000F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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