Html Css Color HEX #F013DD Hot Magenta

📋 copy color: '#F013DD'

red 240 ◦ green 19 ◦ blue 221

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

Shades of Hot Magenta #F013DD

Tints of Hot Magenta #F013DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 50%
G = 3.96%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F013DD (or 0xF013DD) is known color: Hot Magenta. HEX triplet: F0, 13 and DD. RGB value is (240,19,221). Sum of RGB (Red+Green+Blue) = 240+19+221=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F013DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013DD is #0FEC22. Grayscale: #6B6B6B. Windows color (decimal): -1043491 or 14488560. OLE color: 14488560.

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

Color convert

RGB 240 19 221 -
CMYK 0 0.92 0.08 0.06
HSL 305.16º 0.88% 0.51% -
HSV(B) 305.16º 0.92% 0.94% -
XYZ 49.22 24.21 70.49 -
YUV 108.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 240 19 221 0 0.92 0.08 0.06 305.16 0.88 0.51
Hex F0 13 DD 0 5C 8 6 131 58 33
Octal 360 23 335 0 134 10 6 461 130 63
Binary 11110000 10011 11011101 0 1011100 1000 110 100110001 1011000 110011

Color Harmonies of #F013DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013DD

Black with #F013DD

Text Example


Text Example

White with #F013DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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