Html Css Color HEX #F602ED Magenta

📋 copy color: '#F602ED'

red 246 ◦ green 2 ◦ blue 237

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

Shades of Magenta #F602ED

Tints of Magenta #F602ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 50.72%
G = 0.41%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F602ED (or 0xF602ED) is known color: Magenta. HEX triplet: F6, 02 and ED. RGB value is (246,2,237). Sum of RGB (Red+Green+Blue) = 246+2+237=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F602ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602ED is #09FD12. Grayscale: #656565. Windows color (decimal): -654611 or 15532790. OLE color: 15532790.

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

Color convert

RGB 246 2 237 -
CMYK 0 0.99 0.04 0.04
HSL 302.21º 0.98% 0.49% -
HSV(B) 302.21º 0.99% 0.96% -
XYZ 53.31 25.75 82.28 -
YUV 101.75 204.34 230.89 -
System Red Green Blue C M Y K H S L
Decimal 246 2 237 0 0.99 0.04 0.04 302.21 0.98 0.49
Hex F6 2 ED 0 63 4 4 12E 62 31
Octal 366 2 355 0 143 4 4 456 142 61
Binary 11110110 10 11101101 0 1100011 100 100 100101110 1100010 110001

Color Harmonies of #F602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602ED

Black with #F602ED

Text Example


Text Example

White with #F602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602ED; }

 p { color: rgb(246,2,237); }

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

background-color css

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

 a { background-color: rgb(246,2,237); }

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

border-color css

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

 span { border-color: rgb(246,2,237); }

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