Html Css Color HEX #F225F0 Magenta

📋 copy color: '#F225F0'

red 242 ◦ green 37 ◦ blue 240

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

Shades of Magenta #F225F0

Tints of Magenta #F225F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 46.63%
G = 7.13%
B = 46.24%

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

#F225F0 (or 0xF225F0) is known color: Magenta. HEX triplet: F2, 25 and F0. RGB value is (242,37,240). Sum of RGB (Red+Green+Blue) = 242+37+240=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F225F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225F0 is #0DDA0F. Grayscale: #787878. Windows color (decimal): -907792 or 15738354. OLE color: 15738354.

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

Color convert

RGB 242 37 240 -
CMYK 0 0.85 0.01 0.05
HSL 300.59º 0.89% 0.55% -
HSV(B) 300.59º 0.85% 0.95% -
XYZ 53.01 26.49 84.76 -
YUV 121.44 194.92 213.99 -
System Red Green Blue C M Y K H S L
Decimal 242 37 240 0 0.85 0.01 0.05 300.59 0.89 0.55
Hex F2 25 F0 0 55 1 5 12D 59 37
Octal 362 45 360 0 125 1 5 455 131 67
Binary 11110010 100101 11110000 0 1010101 1 101 100101101 1011001 110111

Color Harmonies of #F225F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225F0

Black with #F225F0

Text Example


Text Example

White with #F225F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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