Html Css Color HEX #F115FA Magenta

📋 copy color: '#F115FA'

red 241 ◦ green 21 ◦ blue 250

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

Shades of Magenta #F115FA

Tints of Magenta #F115FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.1%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 47.07%
G = 4.1%
B = 48.83%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F115FA (or 0xF115FA) is known color: Magenta. HEX triplet: F1, 15 and FA. RGB value is (241,21,250). Sum of RGB (Red+Green+Blue) = 241+21+250=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F115FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115FA is #0EEA05. Grayscale: #707070. Windows color (decimal): -977414 or 16389617. OLE color: 16389617.

HSL color Cylindrical-coordinate representation of color #F115FA: hue angle of 297.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F115FA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 21 250 -
CMYK 0.04 0.92 0 0.02
HSL 297.64º 0.96% 0.53% -
HSV(B) 297.64º 0.92% 0.98% -
XYZ 53.8 26.14 92.65 -
YUV 112.89 205.39 219.38 -
System Red Green Blue C M Y K H S L
Decimal 241 21 250 0.04 0.92 0 0.02 297.64 0.96 0.53
Hex F1 15 FA 4 5C 0 2 12A 60 35
Octal 361 25 372 4 134 0 2 452 140 65
Binary 11110001 10101 11111010 100 1011100 0 10 100101010 1100000 110101

Color Harmonies of #F115FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115FA

Black with #F115FA

Text Example


Text Example

White with #F115FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115FA; }

 p { color: rgb(241,21,250); }

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

background-color css

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

 a { background-color: rgb(241,21,250); }

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

border-color css

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

 span { border-color: rgb(241,21,250); }

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