Html Css Color HEX #F229F1 Magenta

📋 copy color: '#F229F1'

red 242 ◦ green 41 ◦ blue 241

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

Shades of Magenta #F229F1

Tints of Magenta #F229F1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.82%

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 46.18%
G = 7.82%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F229F1 (or 0xF229F1) is known color: Magenta. HEX triplet: F2, 29 and F1. RGB value is (242,41,241). Sum of RGB (Red+Green+Blue) = 242+41+241=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F229F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229F1 is #0DD60E. Grayscale: #7B7B7B. Windows color (decimal): -906767 or 15804914. OLE color: 15804914.

HSL color Cylindrical-coordinate representation of color #F229F1: hue angle of 300.3º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229F1 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 241 -
CMYK 0 0.83 0.00 0.05
HSL 300.3º 0.89% 0.55% -
HSV(B) 300.3º 0.83% 0.95% -
XYZ 53.29 26.81 85.59 -
YUV 123.9 194.09 212.24 -
System Red Green Blue C M Y K H S L
Decimal 242 41 241 0 0.83 0.00 0.05 300.3 0.89 0.55
Hex F2 29 F1 0 53 0 5 12C 59 37
Octal 362 51 361 0 123 0 5 454 131 67
Binary 11110010 101001 11110001 0 1010011 0 101 100101100 1011001 110111

Color Harmonies of #F229F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229F1

Black with #F229F1

Text Example


Text Example

White with #F229F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229F1; }

 p { color: rgb(242,41,241); }

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

background-color css

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

 a { background-color: rgb(242,41,241); }

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

border-color css

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

 span { border-color: rgb(242,41,241); }

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