Html Css Color HEX #F605EE Magenta

📋 copy color: '#F605EE'

red 246 ◦ green 5 ◦ blue 238

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

Shades of Magenta #F605EE

Tints of Magenta #F605EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 50.31%
G = 1.02%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F605EE (or 0xF605EE) is known color: Magenta. HEX triplet: F6, 05 and EE. RGB value is (246,5,238). Sum of RGB (Red+Green+Blue) = 246+5+238=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F605EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605EE is #09FA11. Grayscale: #666666. Windows color (decimal): -653842 or 15599094. OLE color: 15599094.

HSL color Cylindrical-coordinate representation of color #F605EE: hue angle of 301.99º degrees, saturation: 0.96, 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 #F605EE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 238 -
CMYK 0 0.98 0.03 0.04
HSL 301.99º 0.96% 0.49% -
HSV(B) 301.99º 0.98% 0.96% -
XYZ 53.49 25.87 83.06 -
YUV 103.62 203.84 229.55 -
System Red Green Blue C M Y K H S L
Decimal 246 5 238 0 0.98 0.03 0.04 301.99 0.96 0.49
Hex F6 5 EE 0 62 3 4 12E 60 31
Octal 366 5 356 0 142 3 4 456 140 61
Binary 11110110 101 11101110 0 1100010 11 100 100101110 1100000 110001

Color Harmonies of #F605EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605EE

Black with #F605EE

Text Example


Text Example

White with #F605EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605EE; }

 p { color: rgb(246,5,238); }

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

background-color css

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

 a { background-color: rgb(246,5,238); }

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

border-color css

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

 span { border-color: rgb(246,5,238); }

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