Html Css Color HEX #F70DED Magenta

📋 copy color: '#F70DED'

red 247 ◦ green 13 ◦ blue 237

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

Shades of Magenta #F70DED

Tints of Magenta #F70DED

RGB

 RED value IS 247 (96.88% from 255) = 49.7%

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

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

R = 49.7%
G = 2.62%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F70DED (or 0xF70DED) is known color: Magenta. HEX triplet: F7, 0D and ED. RGB value is (247,13,237). Sum of RGB (Red+Green+Blue) = 247+13+237=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DED is #08F212. Grayscale: #6B6B6B. Windows color (decimal): -586259 or 15535607. OLE color: 15535607.

HSL color Cylindrical-coordinate representation of color #F70DED: hue angle of 302.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DED is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 13 237 -
CMYK 0 0.95 0.04 0.03
HSL 302.56º 0.94% 0.51% -
HSV(B) 302.56º 0.95% 0.97% -
XYZ 53.79 26.18 82.34 -
YUV 108.5 200.52 226.79 -
System Red Green Blue C M Y K H S L
Decimal 247 13 237 0 0.95 0.04 0.03 302.56 0.94 0.51
Hex F7 D ED 0 5F 4 3 12F 5E 33
Octal 367 15 355 0 137 4 3 457 136 63
Binary 11110111 1101 11101101 0 1011111 100 11 100101111 1011110 110011

Color Harmonies of #F70DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DED

Black with #F70DED

Text Example


Text Example

White with #F70DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DED; }

 p { color: rgb(247,13,237); }

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

background-color css

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

 a { background-color: rgb(247,13,237); }

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

border-color css

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

 span { border-color: rgb(247,13,237); }

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