Html Css Color HEX #F200DB Hot Magenta

📋 copy color: '#F200DB'

red 242 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #F200DB

Tints of Hot Magenta #F200DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.49%
G = 0%
B = 47.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F200DB (or 0xF200DB) is known color: Hot Magenta. HEX triplet: F2, 00 and DB. RGB value is (242,0,219). Sum of RGB (Red+Green+Blue) = 242+0+219=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F200DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200DB is #0DFF24. Grayscale: #606060. Windows color (decimal): -917285 or 14352626. OLE color: 14352626.

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

Color convert

RGB 242 0 219 -
CMYK 0 1 0.10 0.05
HSL 305.7º 1% 0.47% -
HSV(B) 305.7º 1% 0.95% -
XYZ 49.4 23.99 69.04 -
YUV 97.32 196.67 231.19 -
System Red Green Blue C M Y K H S L
Decimal 242 0 219 0 1 0.10 0.05 305.7 1 0.47
Hex F2 0 DB 0 64 A 5 132 64 2F
Octal 362 0 333 0 144 12 5 462 144 57
Binary 11110010 0 11011011 0 1100100 1010 101 100110010 1100100 101111

Color Harmonies of #F200DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200DB

Black with #F200DB

Text Example


Text Example

White with #F200DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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