Html Css Color HEX #F607E6 Magenta

📋 copy color: '#F607E6'

red 246 ◦ green 7 ◦ blue 230

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

Shades of Magenta #F607E6

Tints of Magenta #F607E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 50.93%
G = 1.45%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F607E6 (or 0xF607E6) is known color: Magenta. HEX triplet: F6, 07 and E6. RGB value is (246,7,230). Sum of RGB (Red+Green+Blue) = 246+7+230=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F607E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607E6 is #09F819. Grayscale: #676767. Windows color (decimal): -653338 or 15075318. OLE color: 15075318.

HSL color Cylindrical-coordinate representation of color #F607E6: hue angle of 304.02º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607E6 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 230 -
CMYK 0 0.97 0.07 0.04
HSL 304.02º 0.94% 0.5% -
HSV(B) 304.02º 0.97% 0.96% -
XYZ 52.36 25.46 77.02 -
YUV 103.88 199.18 229.37 -
System Red Green Blue C M Y K H S L
Decimal 246 7 230 0 0.97 0.07 0.04 304.02 0.94 0.5
Hex F6 7 E6 0 61 7 4 130 5E 32
Octal 366 7 346 0 141 7 4 460 136 62
Binary 11110110 111 11100110 0 1100001 111 100 100110000 1011110 110010

Color Harmonies of #F607E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607E6

Black with #F607E6

Text Example


Text Example

White with #F607E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607E6; }

 p { color: rgb(246,7,230); }

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

background-color css

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

 a { background-color: rgb(246,7,230); }

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

border-color css

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

 span { border-color: rgb(246,7,230); }

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