Html Css Color HEX #F706FD Magenta

📋 copy color: '#F706FD'

red 247 ◦ green 6 ◦ blue 253

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

Shades of Magenta #F706FD

Tints of Magenta #F706FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.19%

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

R = 48.81%
G = 1.19%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F706FD (or 0xF706FD) is known color: Magenta. HEX triplet: F7, 06 and FD. RGB value is (247,6,253). Sum of RGB (Red+Green+Blue) = 247+6+253=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #F706FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FD is #08F902. Grayscale: #696969. Windows color (decimal): -588035 or 16582391. OLE color: 16582391.

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

Color convert

RGB 247 6 253 -
CMYK 0.02 0.98 0 0.01
HSL 298.54º 0.98% 0.51% -
HSV(B) 298.54º 0.98% 0.99% -
XYZ 56.15 27 95.18 -
YUV 106.22 210.84 228.42 -
System Red Green Blue C M Y K H S L
Decimal 247 6 253 0.02 0.98 0 0.01 298.54 0.98 0.51
Hex F7 6 FD 2 62 0 1 12B 62 33
Octal 367 6 375 2 142 0 1 453 142 63
Binary 11110111 110 11111101 10 1100010 0 1 100101011 1100010 110011

Color Harmonies of #F706FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706FD

Black with #F706FD

Text Example


Text Example

White with #F706FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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