Html Css Color HEX #F206DA Hot Magenta

📋 copy color: '#F206DA'

red 242 ◦ green 6 ◦ blue 218

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

Shades of Hot Magenta #F206DA

Tints of Hot Magenta #F206DA

RGB

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

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

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

R = 51.93%
G = 1.29%
B = 46.78%

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

#F206DA (or 0xF206DA) is known color: Hot Magenta. HEX triplet: F2, 06 and DA. RGB value is (242,6,218). Sum of RGB (Red+Green+Blue) = 242+6+218=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F206DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206DA is #0DF925. Grayscale: #646464. Windows color (decimal): -915750 or 14288626. OLE color: 14288626.

HSL color Cylindrical-coordinate representation of color #F206DA: hue angle of 306.1º 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 #F206DA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 218 -
CMYK 0 0.98 0.10 0.05
HSL 306.1º 0.95% 0.49% -
HSV(B) 306.1º 0.98% 0.95% -
XYZ 49.34 24.07 68.38 -
YUV 100.73 194.19 228.76 -
System Red Green Blue C M Y K H S L
Decimal 242 6 218 0 0.98 0.10 0.05 306.1 0.95 0.49
Hex F2 6 DA 0 62 A 5 132 5F 31
Octal 362 6 332 0 142 12 5 462 137 61
Binary 11110010 110 11011010 0 1100010 1010 101 100110010 1011111 110001

Color Harmonies of #F206DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206DA

Black with #F206DA

Text Example


Text Example

White with #F206DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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