Html Css Color HEX #F70FFD Magenta

📋 copy color: '#F70FFD'

red 247 ◦ green 15 ◦ blue 253

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

Shades of Magenta #F70FFD

Tints of Magenta #F70FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.91%

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 47.96%
G = 2.91%
B = 49.13%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F70FFD (or 0xF70FFD) is known color: Magenta. HEX triplet: F7, 0F and FD. RGB value is (247,15,253). Sum of RGB (Red+Green+Blue) = 247+15+253=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #F70FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FFD is #08F002. Grayscale: #6E6E6E. Windows color (decimal): -585731 or 16584695. OLE color: 16584695.

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

Color convert

RGB 247 15 253 -
CMYK 0.02 0.94 0 0.01
HSL 298.49º 0.98% 0.53% -
HSV(B) 298.49º 0.94% 0.99% -
XYZ 56.26 27.21 95.21 -
YUV 111.5 207.86 224.65 -
System Red Green Blue C M Y K H S L
Decimal 247 15 253 0.02 0.94 0 0.01 298.49 0.98 0.53
Hex F7 F FD 2 5E 0 1 12A 62 35
Octal 367 17 375 2 136 0 1 452 142 65
Binary 11110111 1111 11111101 10 1011110 0 1 100101010 1100010 110101

Color Harmonies of #F70FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FFD

Black with #F70FFD

Text Example


Text Example

White with #F70FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FFD; }

 p { color: rgb(247,15,253); }

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

background-color css

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

 a { background-color: rgb(247,15,253); }

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

border-color css

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

 span { border-color: rgb(247,15,253); }

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