Html Css Color HEX #F209DB Hot Magenta

📋 copy color: '#F209DB'

red 242 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #F209DB

Tints of Hot Magenta #F209DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 51.49%
G = 1.91%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F209DB (or 0xF209DB) is known color: Hot Magenta. HEX triplet: F2, 09 and DB. RGB value is (242,9,219). Sum of RGB (Red+Green+Blue) = 242+9+219=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F209DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209DB is #0DF624. Grayscale: #666666. Windows color (decimal): -914981 or 14354930. OLE color: 14354930.

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

Color convert

RGB 242 9 219 -
CMYK 0 0.96 0.10 0.05
HSL 305.92º 0.93% 0.49% -
HSV(B) 305.92º 0.96% 0.95% -
XYZ 49.5 24.19 69.08 -
YUV 102.61 193.69 227.42 -
System Red Green Blue C M Y K H S L
Decimal 242 9 219 0 0.96 0.10 0.05 305.92 0.93 0.49
Hex F2 9 DB 0 60 A 5 132 5D 31
Octal 362 11 333 0 140 12 5 462 135 61
Binary 11110010 1001 11011011 0 1100000 1010 101 100110010 1011101 110001

Color Harmonies of #F209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209DB

Black with #F209DB

Text Example


Text Example

White with #F209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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