Html Css Color HEX #F224F7 Magenta

📋 copy color: '#F224F7'

red 242 ◦ green 36 ◦ blue 247

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

Shades of Magenta #F224F7

Tints of Magenta #F224F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.05%

R = 46.1%
G = 6.86%
B = 47.05%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F224F7 (or 0xF224F7) is known color: Magenta. HEX triplet: F2, 24 and F7. RGB value is (242,36,247). Sum of RGB (Red+Green+Blue) = 242+36+247=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 36 (14.45% from 255 or 6.86% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #F224F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224F7 is #0DDB08. Grayscale: #797979. Windows color (decimal): -908041 or 16196850. OLE color: 16196850.

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

Color convert

RGB 242 36 247 -
CMYK 0.02 0.85 0 0.03
HSL 298.58º 0.93% 0.55% -
HSV(B) 298.58º 0.85% 0.97% -
XYZ 54.04 26.85 90.33 -
YUV 121.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 242 36 247 0.02 0.85 0 0.03 298.58 0.93 0.55
Hex F2 24 F7 2 55 0 3 12B 5D 37
Octal 362 44 367 2 125 0 3 453 135 67
Binary 11110010 100100 11110111 10 1010101 0 11 100101011 1011101 110111

Color Harmonies of #F224F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224F7

Black with #F224F7

Text Example


Text Example

White with #F224F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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