Html Css Color HEX #F015DA Hot Magenta

📋 copy color: '#F015DA'

red 240 ◦ green 21 ◦ blue 218

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

Shades of Hot Magenta #F015DA

Tints of Hot Magenta #F015DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 50.1%
G = 4.38%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F015DA (or 0xF015DA) is known color: Hot Magenta. HEX triplet: F0, 15 and DA. RGB value is (240,21,218). Sum of RGB (Red+Green+Blue) = 240+21+218=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DA is #0FEA25. Grayscale: #6C6C6C. Windows color (decimal): -1042982 or 14292464. OLE color: 14292464.

HSL color Cylindrical-coordinate representation of color #F015DA: hue angle of 306.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015DA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 218 -
CMYK 0 0.91 0.09 0.06
HSL 306.03º 0.88% 0.51% -
HSV(B) 306.03º 0.91% 0.94% -
XYZ 48.86 24.12 68.41 -
YUV 108.94 189.55 221.48 -
System Red Green Blue C M Y K H S L
Decimal 240 21 218 0 0.91 0.09 0.06 306.03 0.88 0.51
Hex F0 15 DA 0 5B 9 6 132 58 33
Octal 360 25 332 0 133 11 6 462 130 63
Binary 11110000 10101 11011010 0 1011011 1001 110 100110010 1011000 110011

Color Harmonies of #F015DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015DA

Black with #F015DA

Text Example


Text Example

White with #F015DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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