Html Css Color HEX #F225EF Magenta

📋 copy color: '#F225EF'

red 242 ◦ green 37 ◦ blue 239

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

Shades of Magenta #F225EF

Tints of Magenta #F225EF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.14%

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

R = 46.72%
G = 7.14%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F225EF (or 0xF225EF) is known color: Magenta. HEX triplet: F2, 25 and EF. RGB value is (242,37,239). Sum of RGB (Red+Green+Blue) = 242+37+239=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F225EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225EF is #0DDA10. Grayscale: #787878. Windows color (decimal): -907793 or 15672818. OLE color: 15672818.

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

Color convert

RGB 242 37 239 -
CMYK 0 0.85 0.01 0.05
HSL 300.88º 0.89% 0.55% -
HSV(B) 300.88º 0.85% 0.95% -
XYZ 52.86 26.43 83.98 -
YUV 121.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 242 37 239 0 0.85 0.01 0.05 300.88 0.89 0.55
Hex F2 25 EF 0 55 1 5 12D 59 37
Octal 362 45 357 0 125 1 5 455 131 67
Binary 11110010 100101 11101111 0 1010101 1 101 100101101 1011001 110111

Color Harmonies of #F225EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225EF

Black with #F225EF

Text Example


Text Example

White with #F225EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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