Html Css Color HEX #F201D8 Hot Magenta

📋 copy color: '#F201D8'

red 242 ◦ green 1 ◦ blue 216

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

Shades of Hot Magenta #F201D8

Tints of Hot Magenta #F201D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 52.72%
G = 0.22%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F201D8 (or 0xF201D8) is known color: Hot Magenta. HEX triplet: F2, 01 and D8. RGB value is (242,1,216). Sum of RGB (Red+Green+Blue) = 242+1+216=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F201D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201D8 is #0DFE27. Grayscale: #606060. Windows color (decimal): -917032 or 14156274. OLE color: 14156274.

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

Color convert

RGB 242 1 216 -
CMYK 0 1.00 0.11 0.05
HSL 306.47º 0.99% 0.48% -
HSV(B) 306.47º 1% 0.95% -
XYZ 49.02 23.86 66.99 -
YUV 97.57 194.84 231.02 -
System Red Green Blue C M Y K H S L
Decimal 242 1 216 0 1.00 0.11 0.05 306.47 0.99 0.48
Hex F2 1 D8 0 64 B 5 132 63 30
Octal 362 1 330 0 144 13 5 462 143 60
Binary 11110010 1 11011000 0 1100100 1011 101 100110010 1100011 110000

Color Harmonies of #F201D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201D8

Black with #F201D8

Text Example


Text Example

White with #F201D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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