Html Css Color HEX #F224F9 Magenta

📋 copy color: '#F224F9'

red 242 ◦ green 36 ◦ blue 249

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

Shades of Magenta #F224F9

Tints of Magenta #F224F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 45.92%
G = 6.83%
B = 47.25%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F224F9 (or 0xF224F9) is known color: Magenta. HEX triplet: F2, 24 and F9. RGB value is (242,36,249). Sum of RGB (Red+Green+Blue) = 242+36+249=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 36 (14.45% from 255 or 6.83% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #F224F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224F9 is #0DDB06. Grayscale: #797979. Windows color (decimal): -908039 or 16327922. OLE color: 16327922.

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

Color convert

RGB 242 36 249 -
CMYK 0.03 0.86 0 0.02
HSL 298.03º 0.95% 0.56% -
HSV(B) 298.03º 0.86% 0.98% -
XYZ 54.35 26.98 91.97 -
YUV 121.88 199.75 213.68 -
System Red Green Blue C M Y K H S L
Decimal 242 36 249 0.03 0.86 0 0.02 298.03 0.95 0.56
Hex F2 24 F9 3 56 0 2 12A 5F 38
Octal 362 44 371 3 126 0 2 452 137 70
Binary 11110010 100100 11111001 11 1010110 0 10 100101010 1011111 111000

Color Harmonies of #F224F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224F9

Black with #F224F9

Text Example


Text Example

White with #F224F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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