Html Css Color HEX #F219EF Magenta

📋 copy color: '#F219EF'

red 242 ◦ green 25 ◦ blue 239

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

Shades of Magenta #F219EF

Tints of Magenta #F219EF

RGB

 RED value IS 242 (94.92% from 255) = 47.83%

 GREEN value IS 25 (10.16% from 255) = 4.94%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 47.83%
G = 4.94%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F219EF (or 0xF219EF) is known color: Magenta. HEX triplet: F2, 19 and EF. RGB value is (242,25,239). Sum of RGB (Red+Green+Blue) = 242+25+239=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F219EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219EF is #0DE610. Grayscale: #717171. Windows color (decimal): -910865 or 15669746. OLE color: 15669746.

HSL color Cylindrical-coordinate representation of color #F219EF: hue angle of 300.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219EF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 239 -
CMYK 0 0.90 0.01 0.05
HSL 300.83º 0.89% 0.52% -
HSV(B) 300.83º 0.9% 0.95% -
XYZ 52.55 25.8 83.87 -
YUV 114.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 242 25 239 0 0.90 0.01 0.05 300.83 0.89 0.52
Hex F2 19 EF 0 5A 1 5 12D 59 34
Octal 362 31 357 0 132 1 5 455 131 64
Binary 11110010 11001 11101111 0 1011010 1 101 100101101 1011001 110100

Color Harmonies of #F219EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219EF

Black with #F219EF

Text Example


Text Example

White with #F219EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219EF; }

 p { color: rgb(242,25,239); }

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

background-color css

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

 a { background-color: rgb(242,25,239); }

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

border-color css

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

 span { border-color: rgb(242,25,239); }

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