Html Css Color HEX #F224ED Magenta

📋 copy color: '#F224ED'

red 242 ◦ green 36 ◦ blue 237

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

Shades of Magenta #F224ED

Tints of Magenta #F224ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.99%

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

R = 46.99%
G = 6.99%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F224ED (or 0xF224ED) is known color: Magenta. HEX triplet: F2, 24 and ED. RGB value is (242,36,237). Sum of RGB (Red+Green+Blue) = 242+36+237=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F224ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224ED is #0DDB12. Grayscale: #777777. Windows color (decimal): -908051 or 15541490. OLE color: 15541490.

HSL color Cylindrical-coordinate representation of color #F224ED: hue angle of 301.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224ED is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 36 237 -
CMYK 0 0.85 0.02 0.05
HSL 301.46º 0.89% 0.55% -
HSV(B) 301.46º 0.85% 0.95% -
XYZ 52.53 26.25 82.42 -
YUV 120.51 193.75 214.66 -
System Red Green Blue C M Y K H S L
Decimal 242 36 237 0 0.85 0.02 0.05 301.46 0.89 0.55
Hex F2 24 ED 0 55 2 5 12D 59 37
Octal 362 44 355 0 125 2 5 455 131 67
Binary 11110010 100100 11101101 0 1010101 10 101 100101101 1011001 110111

Color Harmonies of #F224ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224ED

Black with #F224ED

Text Example


Text Example

White with #F224ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224ED; }

 p { color: rgb(242,36,237); }

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

background-color css

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

 a { background-color: rgb(242,36,237); }

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

border-color css

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

 span { border-color: rgb(242,36,237); }

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