Html Css Color HEX #F700EB Magenta

📋 copy color: '#F700EB'

red 247 ◦ green 0 ◦ blue 235

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

Shades of Magenta #F700EB

Tints of Magenta #F700EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 51.24%
G = 0%
B = 48.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F700EB (or 0xF700EB) is known color: Magenta. HEX triplet: F7, 00 and EB. RGB value is (247,0,235). Sum of RGB (Red+Green+Blue) = 247+0+235=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F700EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700EB is #08FF14. Grayscale: #636363. Windows color (decimal): -589589 or 15401207. OLE color: 15401207.

HSL color Cylindrical-coordinate representation of color #F700EB: hue angle of 302.91º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700EB is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 235 -
CMYK 0 1 0.05 0.03
HSL 302.92º 1% 0.48% -
HSV(B) 302.92º 1% 0.97% -
XYZ 53.35 25.77 80.76 -
YUV 100.64 203.83 232.39 -
System Red Green Blue C M Y K H S L
Decimal 247 0 235 0 1 0.05 0.03 302.92 1 0.48
Hex F7 0 EB 0 64 5 3 12F 64 30
Octal 367 0 353 0 144 5 3 457 144 60
Binary 11110111 0 11101011 0 1100100 101 11 100101111 1100100 110000

Color Harmonies of #F700EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700EB

Black with #F700EB

Text Example


Text Example

White with #F700EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700EB; }

 p { color: rgb(247,0,235); }

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

background-color css

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

 a { background-color: rgb(247,0,235); }

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

border-color css

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

 span { border-color: rgb(247,0,235); }

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