Html Css Color HEX #F00DF4 Magenta

📋 copy color: '#F00DF4'

red 240 ◦ green 13 ◦ blue 244

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

Shades of Magenta #F00DF4

Tints of Magenta #F00DF4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.62%

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 48.29%
G = 2.62%
B = 49.09%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F00DF4 (or 0xF00DF4) is known color: Magenta. HEX triplet: F0, 0D and F4. RGB value is (240,13,244). Sum of RGB (Red+Green+Blue) = 240+13+244=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #F00DF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DF4 is #0FF20B. Grayscale: #6A6A6A. Windows color (decimal): -1045004 or 15994352. OLE color: 15994352.

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

Color convert

RGB 240 13 244 -
CMYK 0.02 0.95 0 0.04
HSL 298.96º 0.91% 0.5% -
HSV(B) 298.96º 0.95% 0.96% -
XYZ 52.41 25.34 87.72 -
YUV 107.21 205.21 222.72 -
System Red Green Blue C M Y K H S L
Decimal 240 13 244 0.02 0.95 0 0.04 298.96 0.91 0.5
Hex F0 D F4 2 5F 0 4 12B 5B 32
Octal 360 15 364 2 137 0 4 453 133 62
Binary 11110000 1101 11110100 10 1011111 0 100 100101011 1011011 110010

Color Harmonies of #F00DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DF4

Black with #F00DF4

Text Example


Text Example

White with #F00DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DF4; }

 p { color: rgb(240,13,244); }

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

background-color css

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

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

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

border-color css

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

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

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