Html Css Color HEX #F705FC Magenta

📋 copy color: '#F705FC'

red 247 ◦ green 5 ◦ blue 252

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

Shades of Magenta #F705FC

Tints of Magenta #F705FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

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

R = 49.01%
G = 0.99%
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

#F705FC (or 0xF705FC) is known color: Magenta. HEX triplet: F7, 05 and FC. RGB value is (247,5,252). Sum of RGB (Red+Green+Blue) = 247+5+252=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 5 (2.34% from 255 or 0.99% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #F705FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F705FC is #08FA03. Grayscale: #686868. Windows color (decimal): -588292 or 16516599. OLE color: 16516599.

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

Color convert

RGB 247 5 252 -
CMYK 0.02 0.98 0 0.01
HSL 298.79º 0.98% 0.5% -
HSV(B) 298.79º 0.98% 0.99% -
XYZ 55.98 26.91 94.34 -
YUV 105.52 210.67 228.92 -
System Red Green Blue C M Y K H S L
Decimal 247 5 252 0.02 0.98 0 0.01 298.79 0.98 0.5
Hex F7 5 FC 2 62 0 1 12B 62 32
Octal 367 5 374 2 142 0 1 453 142 62
Binary 11110111 101 11111100 10 1100010 0 1 100101011 1100010 110010

Color Harmonies of #F705FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705FC

Black with #F705FC

Text Example


Text Example

White with #F705FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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