Html Css Color HEX #FF07EF Magenta

📋 copy color: '#FF07EF'

red 255 ◦ green 7 ◦ blue 239

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

Shades of Magenta #FF07EF

Tints of Magenta #FF07EF

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 7 (3.13% from 255) = 1.4%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 50.9%
G = 1.4%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF07EF (or 0xFF07EF) is known color: Magenta. HEX triplet: FF, 07 and EF. RGB value is (255,7,239). Sum of RGB (Red+Green+Blue) = 255+7+239=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 7 (3.12% from 255 or 1.40% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07EF is #00F810. Grayscale: #6A6A6A. Windows color (decimal): -63505 or 15665151. OLE color: 15665151.

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

Color convert

RGB 255 7 239 -
CMYK 0 0.97 0.06 0
HSL 303.87º 1% 0.51% -
HSV(B) 303.87º 0.97% 1% -
XYZ 56.9 27.64 84 -
YUV 107.6 202.16 233.14 -
System Red Green Blue C M Y K H S L
Decimal 255 7 239 0 0.97 0.06 0 303.87 1 0.51
Hex FF 7 EF 0 61 6 0 130 64 33
Octal 377 7 357 0 141 6 0 460 144 63
Binary 11111111 111 11101111 0 1100001 110 0 100110000 1100100 110011

Color Harmonies of #FF07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07EF

Black with #FF07EF

Text Example


Text Example

White with #FF07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07EF; }

 p { color: rgb(255,7,239); }

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

background-color css

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

 a { background-color: rgb(255,7,239); }

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

border-color css

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

 span { border-color: rgb(255,7,239); }

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