Html Css Color HEX #F70DFF Magenta

📋 copy color: '#F70DFF'

red 247 ◦ green 13 ◦ blue 255

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

Shades of Magenta #F70DFF

Tints of Magenta #F70DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 47.96%
G = 2.52%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F70DFF (or 0xF70DFF) is known color: Magenta. HEX triplet: F7, 0D and FF. RGB value is (247,13,255). Sum of RGB (Red+Green+Blue) = 247+13+255=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 13 (5.47% from 255 or 2.52% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F70DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DFF is #08F200. Grayscale: #6D6D6D. Windows color (decimal): -586241 or 16715255. OLE color: 16715255.

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

Color convert

RGB 247 13 255 -
CMYK 0.03 0.95 0 0
HSL 298.02º 1% 0.53% -
HSV(B) 298.02º 0.95% 1% -
XYZ 56.55 27.28 96.89 -
YUV 110.55 209.52 225.32 -
System Red Green Blue C M Y K H S L
Decimal 247 13 255 0.03 0.95 0 0 298.02 1 0.53
Hex F7 D FF 3 5F 0 0 12A 64 35
Octal 367 15 377 3 137 0 0 452 144 65
Binary 11110111 1101 11111111 11 1011111 0 0 100101010 1100100 110101

Color Harmonies of #F70DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DFF

Black with #F70DFF

Text Example


Text Example

White with #F70DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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