Html Css Color HEX #F201DB Hot Magenta

📋 copy color: '#F201DB'

red 242 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #F201DB

Tints of Hot Magenta #F201DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 52.38%
G = 0.22%
B = 47.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F201DB (or 0xF201DB) is known color: Hot Magenta. HEX triplet: F2, 01 and DB. RGB value is (242,1,219). Sum of RGB (Red+Green+Blue) = 242+1+219=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F201DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201DB is #0DFE24. Grayscale: #616161. Windows color (decimal): -917029 or 14352882. OLE color: 14352882.

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

Color convert

RGB 242 1 219 -
CMYK 0 1.00 0.10 0.05
HSL 305.73º 0.99% 0.48% -
HSV(B) 305.73º 1% 0.95% -
XYZ 49.41 24.01 69.05 -
YUV 97.91 196.34 230.77 -
System Red Green Blue C M Y K H S L
Decimal 242 1 219 0 1.00 0.10 0.05 305.73 0.99 0.48
Hex F2 1 DB 0 64 A 5 132 63 30
Octal 362 1 333 0 144 12 5 462 143 60
Binary 11110010 1 11011011 0 1100100 1010 101 100110010 1100011 110000

Color Harmonies of #F201DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201DB

Black with #F201DB

Text Example


Text Example

White with #F201DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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