Html Css Color HEX #F00DF1 Magenta

📋 copy color: '#F00DF1'

red 240 ◦ green 13 ◦ blue 241

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

Shades of Magenta #F00DF1

Tints of Magenta #F00DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 48.58%
G = 2.63%
B = 48.79%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F00DF1 (or 0xF00DF1) is known color: Magenta. HEX triplet: F0, 0D and F1. RGB value is (240,13,241). Sum of RGB (Red+Green+Blue) = 240+13+241=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #F00DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DF1 is #0FF20E. Grayscale: #6A6A6A. Windows color (decimal): -1045007 or 15797744. OLE color: 15797744.

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

Color convert

RGB 240 13 241 -
CMYK 0.00 0.95 0 0.05
HSL 299.74º 0.9% 0.5% -
HSV(B) 299.74º 0.95% 0.95% -
XYZ 51.96 25.16 85.34 -
YUV 106.87 203.71 222.96 -
System Red Green Blue C M Y K H S L
Decimal 240 13 241 0.00 0.95 0 0.05 299.74 0.9 0.5
Hex F0 D F1 0 5F 0 5 12C 5A 32
Octal 360 15 361 0 137 0 5 454 132 62
Binary 11110000 1101 11110001 0 1011111 0 101 100101100 1011010 110010

Color Harmonies of #F00DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DF1

Black with #F00DF1

Text Example


Text Example

White with #F00DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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