Html Css Color HEX #F206DB Hot Magenta

📋 copy color: '#F206DB'

red 242 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #F206DB

Tints of Hot Magenta #F206DB

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 51.82%
G = 1.28%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F206DB (or 0xF206DB) is known color: Hot Magenta. HEX triplet: F2, 06 and DB. RGB value is (242,6,219). Sum of RGB (Red+Green+Blue) = 242+6+219=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F206DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206DB is #0DF924. Grayscale: #646464. Windows color (decimal): -915749 or 14354162. OLE color: 14354162.

HSL color Cylindrical-coordinate representation of color #F206DB: hue angle of 305.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 219 -
CMYK 0 0.98 0.10 0.05
HSL 305.85º 0.95% 0.49% -
HSV(B) 305.85º 0.98% 0.95% -
XYZ 49.47 24.12 69.07 -
YUV 100.85 194.69 228.68 -
System Red Green Blue C M Y K H S L
Decimal 242 6 219 0 0.98 0.10 0.05 305.85 0.95 0.49
Hex F2 6 DB 0 62 A 5 132 5F 31
Octal 362 6 333 0 142 12 5 462 137 61
Binary 11110010 110 11011011 0 1100010 1010 101 100110010 1011111 110001

Color Harmonies of #F206DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206DB

Black with #F206DB

Text Example


Text Example

White with #F206DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206DB; }

 p { color: rgb(242,6,219); }

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

background-color css

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

 a { background-color: rgb(242,6,219); }

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

border-color css

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

 span { border-color: rgb(242,6,219); }

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