Html Css Color HEX #F225FA Magenta

📋 copy color: '#F225FA'

red 242 ◦ green 37 ◦ blue 250

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

Shades of Magenta #F225FA

Tints of Magenta #F225FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 45.75%
G = 6.99%
B = 47.26%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F225FA (or 0xF225FA) is known color: Magenta. HEX triplet: F2, 25 and FA. RGB value is (242,37,250). Sum of RGB (Red+Green+Blue) = 242+37+250=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F225FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225FA is #0DDA05. Grayscale: #797979. Windows color (decimal): -907782 or 16393714. OLE color: 16393714.

HSL color Cylindrical-coordinate representation of color #F225FA: hue angle of 297.75º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F225FA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 37 250 -
CMYK 0.03 0.85 0 0.02
HSL 297.75º 0.96% 0.56% -
HSV(B) 297.75º 0.85% 0.98% -
XYZ 54.53 27.1 92.8 -
YUV 122.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 242 37 250 0.03 0.85 0 0.02 297.75 0.96 0.56
Hex F2 25 FA 3 55 0 2 12A 60 38
Octal 362 45 372 3 125 0 2 452 140 70
Binary 11110010 100101 11111010 11 1010101 0 10 100101010 1100000 111000

Color Harmonies of #F225FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225FA

Black with #F225FA

Text Example


Text Example

White with #F225FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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