Html Css Color HEX #F013F5 Magenta

📋 copy color: '#F013F5'

red 240 ◦ green 19 ◦ blue 245

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

Shades of Magenta #F013F5

Tints of Magenta #F013F5

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

 GREEN value IS 19 (7.81% from 255) = 3.77%

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 47.62%
G = 3.77%
B = 48.61%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F013F5 (or 0xF013F5) is known color: Magenta. HEX triplet: F0, 13 and F5. RGB value is (240,19,245). Sum of RGB (Red+Green+Blue) = 240+19+245=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #F013F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013F5 is #0FEC0A. Grayscale: #6E6E6E. Windows color (decimal): -1043467 or 16061424. OLE color: 16061424.

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

Color convert

RGB 240 19 245 -
CMYK 0.02 0.92 0 0.04
HSL 298.67º 0.92% 0.52% -
HSV(B) 298.67º 0.92% 0.96% -
XYZ 52.65 25.58 88.55 -
YUV 110.84 203.72 220.12 -
System Red Green Blue C M Y K H S L
Decimal 240 19 245 0.02 0.92 0 0.04 298.67 0.92 0.52
Hex F0 13 F5 2 5C 0 4 12B 5C 34
Octal 360 23 365 2 134 0 4 453 134 64
Binary 11110000 10011 11110101 10 1011100 0 100 100101011 1011100 110100

Color Harmonies of #F013F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013F5

Black with #F013F5

Text Example


Text Example

White with #F013F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013F5; }

 p { color: rgb(240,19,245); }

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

background-color css

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

 a { background-color: rgb(240,19,245); }

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

border-color css

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

 span { border-color: rgb(240,19,245); }

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