Html Css Color HEX #F606E5 Magenta

📋 copy color: '#F606E5'

red 246 ◦ green 6 ◦ blue 229

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

Shades of Magenta #F606E5

Tints of Magenta #F606E5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.25%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 51.14%
G = 1.25%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F606E5 (or 0xF606E5) is known color: Magenta. HEX triplet: F6, 06 and E5. RGB value is (246,6,229). Sum of RGB (Red+Green+Blue) = 246+6+229=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F606E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606E5 is #09F91A. Grayscale: #666666. Windows color (decimal): -653595 or 15009526. OLE color: 15009526.

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

Color convert

RGB 246 6 229 -
CMYK 0 0.98 0.07 0.04
HSL 304.25º 0.95% 0.49% -
HSV(B) 304.25º 0.98% 0.96% -
XYZ 52.21 25.38 76.28 -
YUV 103.18 199.01 229.87 -
System Red Green Blue C M Y K H S L
Decimal 246 6 229 0 0.98 0.07 0.04 304.25 0.95 0.49
Hex F6 6 E5 0 62 7 4 130 5F 31
Octal 366 6 345 0 142 7 4 460 137 61
Binary 11110110 110 11100101 0 1100010 111 100 100110000 1011111 110001

Color Harmonies of #F606E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F606E5

Black with #F606E5

Text Example


Text Example

White with #F606E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F606E5; }

 p { color: rgb(246,6,229); }

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

background-color css

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

 a { background-color: rgb(246,6,229); }

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

border-color css

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

 span { border-color: rgb(246,6,229); }

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