Html Css Color HEX #F602EA Magenta

📋 copy color: '#F602EA'

red 246 ◦ green 2 ◦ blue 234

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

Shades of Magenta #F602EA

Tints of Magenta #F602EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 51.04%
G = 0.41%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F602EA (or 0xF602EA) is known color: Magenta. HEX triplet: F6, 02 and EA. RGB value is (246,2,234). Sum of RGB (Red+Green+Blue) = 246+2+234=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F602EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602EA is #09FD15. Grayscale: #646464. Windows color (decimal): -654614 or 15336182. OLE color: 15336182.

HSL color Cylindrical-coordinate representation of color #F602EA: hue angle of 302.95º 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 #F602EA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 234 -
CMYK 0 0.99 0.05 0.04
HSL 302.95º 0.98% 0.49% -
HSV(B) 302.95º 0.99% 0.96% -
XYZ 52.88 25.58 79.99 -
YUV 101.4 202.84 231.14 -
System Red Green Blue C M Y K H S L
Decimal 246 2 234 0 0.99 0.05 0.04 302.95 0.98 0.49
Hex F6 2 EA 0 63 5 4 12F 62 31
Octal 366 2 352 0 143 5 4 457 142 61
Binary 11110110 10 11101010 0 1100011 101 100 100101111 1100010 110001

Color Harmonies of #F602EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602EA

Black with #F602EA

Text Example


Text Example

White with #F602EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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