Html Css Color HEX #F00DF3 Magenta

📋 copy color: '#F00DF3'

red 240 ◦ green 13 ◦ blue 243

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

Shades of Magenta #F00DF3

Tints of Magenta #F00DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 48.39%
G = 2.62%
B = 48.99%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F00DF3 (or 0xF00DF3) is known color: Magenta. HEX triplet: F0, 0D and F3. RGB value is (240,13,243). Sum of RGB (Red+Green+Blue) = 240+13+243=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 13 (5.47% from 255 or 2.62% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #F00DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DF3 is #0FF20C. Grayscale: #6A6A6A. Windows color (decimal): -1045005 or 15928816. OLE color: 15928816.

HSL color Cylindrical-coordinate representation of color #F00DF3: hue angle of 299.22º degrees, saturation: 0.91, 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 #F00DF3 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 13 243 -
CMYK 0.01 0.95 0 0.05
HSL 299.22º 0.91% 0.5% -
HSV(B) 299.22º 0.95% 0.95% -
XYZ 52.26 25.28 86.92 -
YUV 107.09 204.71 222.8 -
System Red Green Blue C M Y K H S L
Decimal 240 13 243 0.01 0.95 0 0.05 299.22 0.91 0.5
Hex F0 D F3 1 5F 0 5 12B 5B 32
Octal 360 15 363 1 137 0 5 453 133 62
Binary 11110000 1101 11110011 1 1011111 0 101 100101011 1011011 110010

Color Harmonies of #F00DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DF3

Black with #F00DF3

Text Example


Text Example

White with #F00DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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