Html Css Color HEX #F201DF Hot Magenta

📋 copy color: '#F201DF'

red 242 ◦ green 1 ◦ blue 223

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

Shades of Hot Magenta #F201DF

Tints of Hot Magenta #F201DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 51.93%
G = 0.21%
B = 47.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F201DF (or 0xF201DF) is known color: Hot Magenta. HEX triplet: F2, 01 and DF. RGB value is (242,1,223). Sum of RGB (Red+Green+Blue) = 242+1+223=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F201DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201DF is #0DFE20. Grayscale: #616161. Windows color (decimal): -917025 or 14615026. OLE color: 14615026.

HSL color Cylindrical-coordinate representation of color #F201DF: hue angle of 304.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 #F201DF is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 223 -
CMYK 0 1.00 0.08 0.05
HSL 304.73º 0.99% 0.48% -
HSV(B) 304.73º 1% 0.95% -
XYZ 49.95 24.23 71.86 -
YUV 98.37 198.34 230.45 -
System Red Green Blue C M Y K H S L
Decimal 242 1 223 0 1.00 0.08 0.05 304.73 0.99 0.48
Hex F2 1 DF 0 64 8 5 131 63 30
Octal 362 1 337 0 144 10 5 461 143 60
Binary 11110010 1 11011111 0 1100100 1000 101 100110001 1100011 110000

Color Harmonies of #F201DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201DF

Black with #F201DF

Text Example


Text Example

White with #F201DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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