Html Css Color HEX #F201DA Hot Magenta

📋 copy color: '#F201DA'

red 242 ◦ green 1 ◦ blue 218

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

Shades of Hot Magenta #F201DA

Tints of Hot Magenta #F201DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 52.49%
G = 0.22%
B = 47.29%

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

#F201DA (or 0xF201DA) is known color: Hot Magenta. HEX triplet: F2, 01 and DA. RGB value is (242,1,218). Sum of RGB (Red+Green+Blue) = 242+1+218=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F201DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201DA is #0DFE25. Grayscale: #616161. Windows color (decimal): -917030 or 14287346. OLE color: 14287346.

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

Color convert

RGB 242 1 218 -
CMYK 0 1.00 0.10 0.05
HSL 305.98º 0.99% 0.48% -
HSV(B) 305.98º 1% 0.95% -
XYZ 49.28 23.96 68.36 -
YUV 97.8 195.84 230.86 -
System Red Green Blue C M Y K H S L
Decimal 242 1 218 0 1.00 0.10 0.05 305.98 0.99 0.48
Hex F2 1 DA 0 64 A 5 132 63 30
Octal 362 1 332 0 144 12 5 462 143 60
Binary 11110010 1 11011010 0 1100100 1010 101 100110010 1100011 110000

Color Harmonies of #F201DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201DA

Black with #F201DA

Text Example


Text Example

White with #F201DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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