Html Css Color HEX #F60BDD Hot Magenta

📋 copy color: '#F60BDD'

red 246 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #F60BDD

Tints of Hot Magenta #F60BDD

RGB

 RED value IS 246 (96.48% from 255) = 51.46%

 GREEN value IS 11 (4.69% from 255) = 2.3%

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

R = 51.46%
G = 2.3%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F60BDD (or 0xF60BDD) is known color: Hot Magenta. HEX triplet: F6, 0B and DD. RGB value is (246,11,221). Sum of RGB (Red+Green+Blue) = 246+11+221=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BDD is #09F422. Grayscale: #686868. Windows color (decimal): -652323 or 14486518. OLE color: 14486518.

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

Color convert

RGB 246 11 221 -
CMYK 0 0.96 0.10 0.04
HSL 306.38º 0.93% 0.5% -
HSV(B) 306.38º 0.96% 0.96% -
XYZ 51.18 25.05 70.54 -
YUV 105.21 193.36 228.42 -
System Red Green Blue C M Y K H S L
Decimal 246 11 221 0 0.96 0.10 0.04 306.38 0.93 0.5
Hex F6 B DD 0 60 A 4 132 5D 32
Octal 366 13 335 0 140 12 4 462 135 62
Binary 11110110 1011 11011101 0 1100000 1010 100 100110010 1011101 110010

Color Harmonies of #F60BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BDD

Black with #F60BDD

Text Example


Text Example

White with #F60BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BDD; }

 p { color: rgb(246,11,221); }

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

background-color css

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

 a { background-color: rgb(246,11,221); }

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

border-color css

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

 span { border-color: rgb(246,11,221); }

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