Html Css Color HEX #F620EA Magenta

📋 copy color: '#F620EA'

red 246 ◦ green 32 ◦ blue 234

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

Shades of Magenta #F620EA

Tints of Magenta #F620EA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.25%

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

R = 48.05%
G = 6.25%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F620EA (or 0xF620EA) is known color: Magenta. HEX triplet: F6, 20 and EA. RGB value is (246,32,234). Sum of RGB (Red+Green+Blue) = 246+32+234=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 32 (12.89% from 255 or 6.25% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F620EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620EA is #09DF15. Grayscale: #767676. Windows color (decimal): -646934 or 15343862. OLE color: 15343862.

HSL color Cylindrical-coordinate representation of color #F620EA: hue angle of 303.36º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620EA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 234 -
CMYK 0 0.87 0.05 0.04
HSL 303.36º 0.92% 0.55% -
HSV(B) 303.36º 0.87% 0.96% -
XYZ 53.37 26.57 80.16 -
YUV 119.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 246 32 234 0 0.87 0.05 0.04 303.36 0.92 0.55
Hex F6 20 EA 0 57 5 4 12F 5C 37
Octal 366 40 352 0 127 5 4 457 134 67
Binary 11110110 100000 11101010 0 1010111 101 100 100101111 1011100 110111

Color Harmonies of #F620EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620EA

Black with #F620EA

Text Example


Text Example

White with #F620EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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