Html Css Color HEX #F712FD Magenta

📋 copy color: '#F712FD'

red 247 ◦ green 18 ◦ blue 253

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

Shades of Magenta #F712FD

Tints of Magenta #F712FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.47%

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

R = 47.68%
G = 3.47%
B = 48.84%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F712FD (or 0xF712FD) is known color: Magenta. HEX triplet: F7, 12 and FD. RGB value is (247,18,253). Sum of RGB (Red+Green+Blue) = 247+18+253=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 18 (7.42% from 255 or 3.47% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #F712FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F712FD is #08ED02. Grayscale: #707070. Windows color (decimal): -584963 or 16585463. OLE color: 16585463.

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

Color convert

RGB 247 18 253 -
CMYK 0.02 0.93 0 0.01
HSL 298.47º 0.98% 0.53% -
HSV(B) 298.47º 0.93% 0.99% -
XYZ 56.3 27.3 95.23 -
YUV 113.26 206.87 223.39 -
System Red Green Blue C M Y K H S L
Decimal 247 18 253 0.02 0.93 0 0.01 298.47 0.98 0.53
Hex F7 12 FD 2 5D 0 1 12A 62 35
Octal 367 22 375 2 135 0 1 452 142 65
Binary 11110111 10010 11111101 10 1011101 0 1 100101010 1100010 110101

Color Harmonies of #F712FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712FD

Black with #F712FD

Text Example


Text Example

White with #F712FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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