Html Css Color HEX #F706FC Magenta

📋 copy color: '#F706FC'

red 247 ◦ green 6 ◦ blue 252

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

Shades of Magenta #F706FC

Tints of Magenta #F706FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 48.91%
G = 1.19%
B = 49.9%

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

#F706FC (or 0xF706FC) is known color: Magenta. HEX triplet: F7, 06 and FC. RGB value is (247,6,252). Sum of RGB (Red+Green+Blue) = 247+6+252=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 6 (2.73% from 255 or 1.19% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #F706FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FC is #08F903. Grayscale: #696969. Windows color (decimal): -588036 or 16516855. OLE color: 16516855.

HSL color Cylindrical-coordinate representation of color #F706FC: hue angle of 298.78º 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 #F706FC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 6 252 -
CMYK 0.02 0.98 0 0.01
HSL 298.78º 0.98% 0.51% -
HSV(B) 298.78º 0.98% 0.99% -
XYZ 55.99 26.93 94.34 -
YUV 106.1 210.34 228.5 -
System Red Green Blue C M Y K H S L
Decimal 247 6 252 0.02 0.98 0 0.01 298.78 0.98 0.51
Hex F7 6 FC 2 62 0 1 12B 62 33
Octal 367 6 374 2 142 0 1 453 142 63
Binary 11110111 110 11111100 10 1100010 0 1 100101011 1100010 110011

Color Harmonies of #F706FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706FC

Black with #F706FC

Text Example


Text Example

White with #F706FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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