Html Css Color HEX #F133FF Magenta

📋 copy color: '#F133FF'

red 241 ◦ green 51 ◦ blue 255

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

Shades of Magenta #F133FF

Tints of Magenta #F133FF

RGB

 RED value IS 241 (94.53% from 255) = 44.06%

 GREEN value IS 51 (20.31% from 255) = 9.32%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 44.06%
G = 9.32%
B = 46.62%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F133FF (or 0xF133FF) is known color: Magenta. HEX triplet: F1, 33 and FF. RGB value is (241,51,255). Sum of RGB (Red+Green+Blue) = 241+51+255=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 51 (20.31% from 255 or 9.32% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #F133FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133FF is #0ECC00. Grayscale: #828282. Windows color (decimal): -969729 or 16724977. OLE color: 16724977.

HSL color Cylindrical-coordinate representation of color #F133FF: hue angle of 295.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F133FF is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 51 255 -
CMYK 0.05 0.8 0 0
HSL 295.88º 1% 0.6% -
HSV(B) 295.88º 0.8% 1% -
XYZ 55.51 28.29 97.14 -
YUV 131.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 241 51 255 0.05 0.8 0 0 295.88 1 0.6
Hex F1 33 FF 5 50 0 0 128 64 3C
Octal 361 63 377 5 120 0 0 450 144 74
Binary 11110001 110011 11111111 101 1010000 0 0 100101000 1100100 111100

Color Harmonies of #F133FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133FF

Black with #F133FF

Text Example


Text Example

White with #F133FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133FF; }

 p { color: rgb(241,51,255); }

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

background-color css

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

 a { background-color: rgb(241,51,255); }

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

border-color css

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

 span { border-color: rgb(241,51,255); }

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