Html Css Color HEX #F61DED Magenta

📋 copy color: '#F61DED'

red 246 ◦ green 29 ◦ blue 237

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

Shades of Magenta #F61DED

Tints of Magenta #F61DED

RGB

 RED value IS 246 (96.48% from 255) = 48.05%

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

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

R = 48.05%
G = 5.66%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F61DED (or 0xF61DED) is known color: Magenta. HEX triplet: F6, 1D and ED. RGB value is (246,29,237). Sum of RGB (Red+Green+Blue) = 246+29+237=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DED is #09E212. Grayscale: #747474. Windows color (decimal): -647699 or 15539702. OLE color: 15539702.

HSL color Cylindrical-coordinate representation of color #F61DED: hue angle of 302.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61DED is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 29 237 -
CMYK 0 0.88 0.04 0.04
HSL 302.49º 0.92% 0.54% -
HSV(B) 302.49º 0.88% 0.96% -
XYZ 53.73 26.59 82.42 -
YUV 117.6 195.39 219.59 -
System Red Green Blue C M Y K H S L
Decimal 246 29 237 0 0.88 0.04 0.04 302.49 0.92 0.54
Hex F6 1D ED 0 58 4 4 12E 5C 36
Octal 366 35 355 0 130 4 4 456 134 66
Binary 11110110 11101 11101101 0 1011000 100 100 100101110 1011100 110110

Color Harmonies of #F61DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DED

Black with #F61DED

Text Example


Text Example

White with #F61DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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