Html Css Color HEX #F015F5 Magenta

📋 copy color: '#F015F5'

red 240 ◦ green 21 ◦ blue 245

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

Shades of Magenta #F015F5

Tints of Magenta #F015F5

RGB

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

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

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

R = 47.43%
G = 4.15%
B = 48.42%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F015F5 (or 0xF015F5) is known color: Magenta. HEX triplet: F0, 15 and F5. RGB value is (240,21,245). Sum of RGB (Red+Green+Blue) = 240+21+245=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #F015F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015F5 is #0FEA0A. Grayscale: #6F6F6F. Windows color (decimal): -1042955 or 16061936. OLE color: 16061936.

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

Color convert

RGB 240 21 245 -
CMYK 0.02 0.91 0 0.04
HSL 298.66º 0.92% 0.52% -
HSV(B) 298.66º 0.91% 0.96% -
XYZ 52.68 25.65 88.56 -
YUV 112.02 203.05 219.29 -
System Red Green Blue C M Y K H S L
Decimal 240 21 245 0.02 0.91 0 0.04 298.66 0.92 0.52
Hex F0 15 F5 2 5B 0 4 12B 5C 34
Octal 360 25 365 2 133 0 4 453 134 64
Binary 11110000 10101 11110101 10 1011011 0 100 100101011 1011100 110100

Color Harmonies of #F015F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015F5

Black with #F015F5

Text Example


Text Example

White with #F015F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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