Html Css Color HEX #F120FF Magenta

📋 copy color: '#F120FF'

red 241 ◦ green 32 ◦ blue 255

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

Shades of Magenta #F120FF

Tints of Magenta #F120FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.06%

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

R = 45.64%
G = 6.06%
B = 48.3%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F120FF (or 0xF120FF) is known color: Magenta. HEX triplet: F1, 20 and FF. RGB value is (241,32,255). Sum of RGB (Red+Green+Blue) = 241+32+255=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 32 (12.89% from 255 or 6.06% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F120FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120FF is #0EDF00. Grayscale: #777777. Windows color (decimal): -974593 or 16720113. OLE color: 16720113.

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

Color convert

RGB 241 32 255 -
CMYK 0.05 0.87 0 0
HSL 296.23º 1% 0.56% -
HSV(B) 296.23º 0.87% 1% -
XYZ 54.84 26.95 96.92 -
YUV 119.91 204.24 214.37 -
System Red Green Blue C M Y K H S L
Decimal 241 32 255 0.05 0.87 0 0 296.23 1 0.56
Hex F1 20 FF 5 57 0 0 128 64 38
Octal 361 40 377 5 127 0 0 450 144 70
Binary 11110001 100000 11111111 101 1010111 0 0 100101000 1100100 111000

Color Harmonies of #F120FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120FF

Black with #F120FF

Text Example


Text Example

White with #F120FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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