Html Css Color HEX #F612E7 Magenta

📋 copy color: '#F612E7'

red 246 ◦ green 18 ◦ blue 231

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

Shades of Magenta #F612E7

Tints of Magenta #F612E7

RGB

 RED value IS 246 (96.48% from 255) = 49.7%

 GREEN value IS 18 (7.42% from 255) = 3.64%

 BLUE value IS 231 (90.63% from 255) = 46.67%

R = 49.7%
G = 3.64%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F612E7 (or 0xF612E7) is known color: Magenta. HEX triplet: F6, 12 and E7. RGB value is (246,18,231). Sum of RGB (Red+Green+Blue) = 246+18+231=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F612E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F612E7 is #09ED18. Grayscale: #6D6D6D. Windows color (decimal): -650521 or 15143670. OLE color: 15143670.

HSL color Cylindrical-coordinate representation of color #F612E7: hue angle of 303.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612E7 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 231 -
CMYK 0 0.93 0.06 0.04
HSL 303.95º 0.93% 0.52% -
HSV(B) 303.95º 0.93% 0.96% -
XYZ 52.65 25.79 77.81 -
YUV 110.45 196.04 224.68 -
System Red Green Blue C M Y K H S L
Decimal 246 18 231 0 0.93 0.06 0.04 303.95 0.93 0.52
Hex F6 12 E7 0 5D 6 4 130 5D 34
Octal 366 22 347 0 135 6 4 460 135 64
Binary 11110110 10010 11100111 0 1011101 110 100 100110000 1011101 110100

Color Harmonies of #F612E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612E7

Black with #F612E7

Text Example


Text Example

White with #F612E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612E7; }

 p { color: rgb(246,18,231); }

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

background-color css

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

 a { background-color: rgb(246,18,231); }

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

border-color css

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

 span { border-color: rgb(246,18,231); }

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