Html Css Color HEX #F618EA Magenta

📋 copy color: '#F618EA'

red 246 ◦ green 24 ◦ blue 234

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

Shades of Magenta #F618EA

Tints of Magenta #F618EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.76%

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

R = 48.81%
G = 4.76%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F618EA (or 0xF618EA) is known color: Magenta. HEX triplet: F6, 18 and EA. RGB value is (246,24,234). Sum of RGB (Red+Green+Blue) = 246+24+234=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F618EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618EA is #09E715. Grayscale: #717171. Windows color (decimal): -648982 or 15341814. OLE color: 15341814.

HSL color Cylindrical-coordinate representation of color #F618EA: hue angle of 303.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618EA is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 234 -
CMYK 0 0.90 0.05 0.04
HSL 303.24º 0.93% 0.53% -
HSV(B) 303.24º 0.9% 0.96% -
XYZ 53.18 26.19 80.09 -
YUV 114.32 195.55 221.92 -
System Red Green Blue C M Y K H S L
Decimal 246 24 234 0 0.90 0.05 0.04 303.24 0.93 0.53
Hex F6 18 EA 0 5A 5 4 12F 5C 35
Octal 366 30 352 0 132 5 4 457 134 65
Binary 11110110 11000 11101010 0 1011010 101 100 100101111 1011100 110101

Color Harmonies of #F618EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F618EA

Black with #F618EA

Text Example


Text Example

White with #F618EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F618EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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