Html Css Color HEX #F01DED Magenta

📋 copy color: '#F01DED'

red 240 ◦ green 29 ◦ blue 237

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

Shades of Magenta #F01DED

Tints of Magenta #F01DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.73%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 47.43%
G = 5.73%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F01DED (or 0xF01DED) is known color: Magenta. HEX triplet: F0, 1D and ED. RGB value is (240,29,237). Sum of RGB (Red+Green+Blue) = 240+29+237=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DED is #0FE212. Grayscale: #737373. Windows color (decimal): -1040915 or 15539696. OLE color: 15539696.

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

Color convert

RGB 240 29 237 -
CMYK 0 0.88 0.01 0.06
HSL 300.85º 0.88% 0.53% -
HSV(B) 300.85º 0.88% 0.94% -
XYZ 51.66 25.52 82.32 -
YUV 115.8 196.4 216.59 -
System Red Green Blue C M Y K H S L
Decimal 240 29 237 0 0.88 0.01 0.06 300.85 0.88 0.53
Hex F0 1D ED 0 58 1 6 12D 58 35
Octal 360 35 355 0 130 1 6 455 130 65
Binary 11110000 11101 11101101 0 1011000 1 110 100101101 1011000 110101

Color Harmonies of #F01DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DED

Black with #F01DED

Text Example


Text Example

White with #F01DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DED; }

 p { color: rgb(240,29,237); }

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

background-color css

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

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

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

border-color css

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

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

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