Html Css Color HEX #F00CF0 Magenta

📋 copy color: '#F00CF0'

red 240 ◦ green 12 ◦ blue 240

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

Shades of Magenta #F00CF0

Tints of Magenta #F00CF0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

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

R = 48.78%
G = 2.44%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F00CF0 (or 0xF00CF0) is known color: Magenta. HEX triplet: F0, 0C and F0. RGB value is (240,12,240). Sum of RGB (Red+Green+Blue) = 240+12+240=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F00CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CF0 is #0FF30F. Grayscale: #696969. Windows color (decimal): -1045264 or 15731952. OLE color: 15731952.

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

Color convert

RGB 240 12 240 -
CMYK 0 0.95 0 0.06
HSL 300º 0.9% 0.49% -
HSV(B) 300º 0.95% 0.94% -
XYZ 51.79 25.08 84.55 -
YUV 106.16 203.54 223.46 -
System Red Green Blue C M Y K H S L
Decimal 240 12 240 0 0.95 0 0.06 300 0.9 0.49
Hex F0 C F0 0 5F 0 6 12C 5A 31
Octal 360 14 360 0 137 0 6 454 132 61
Binary 11110000 1100 11110000 0 1011111 0 110 100101100 1011010 110001

Color Harmonies of #F00CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CF0

Black with #F00CF0

Text Example


Text Example

White with #F00CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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