Html Css Color HEX #F006DD Hot Magenta

📋 copy color: '#F006DD'

red 240 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #F006DD

Tints of Hot Magenta #F006DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

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

R = 51.39%
G = 1.28%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F006DD (or 0xF006DD) is known color: Hot Magenta. HEX triplet: F0, 06 and DD. RGB value is (240,6,221). Sum of RGB (Red+Green+Blue) = 240+6+221=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F006DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006DD is #0FF922. Grayscale: #636363. Windows color (decimal): -1046819 or 14485232. OLE color: 14485232.

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

Color convert

RGB 240 6 221 -
CMYK 0 0.98 0.08 0.06
HSL 304.87º 0.95% 0.48% -
HSV(B) 304.87º 0.98% 0.94% -
XYZ 49.05 23.88 70.43 -
YUV 100.48 196.02 227.52 -
System Red Green Blue C M Y K H S L
Decimal 240 6 221 0 0.98 0.08 0.06 304.87 0.95 0.48
Hex F0 6 DD 0 62 8 6 131 5F 30
Octal 360 6 335 0 142 10 6 461 137 60
Binary 11110000 110 11011101 0 1100010 1000 110 100110001 1011111 110000

Color Harmonies of #F006DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006DD

Black with #F006DD

Text Example


Text Example

White with #F006DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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