Html Css Color HEX #F201DD Hot Magenta

📋 copy color: '#F201DD'

red 242 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #F201DD

Tints of Hot Magenta #F201DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 52.16%
G = 0.22%
B = 47.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F201DD (or 0xF201DD) is known color: Hot Magenta. HEX triplet: F2, 01 and DD. RGB value is (242,1,221). Sum of RGB (Red+Green+Blue) = 242+1+221=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F201DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201DD is #0DFE22. Grayscale: #616161. Windows color (decimal): -917027 or 14483954. OLE color: 14483954.

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

Color convert

RGB 242 1 221 -
CMYK 0 1.00 0.09 0.05
HSL 305.23º 0.99% 0.48% -
HSV(B) 305.23º 1% 0.95% -
XYZ 49.68 24.12 70.44 -
YUV 98.14 197.34 230.61 -
System Red Green Blue C M Y K H S L
Decimal 242 1 221 0 1.00 0.09 0.05 305.23 0.99 0.48
Hex F2 1 DD 0 64 9 5 131 63 30
Octal 362 1 335 0 144 11 5 461 143 60
Binary 11110010 1 11011101 0 1100100 1001 101 100110001 1100011 110000

Color Harmonies of #F201DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201DD

Black with #F201DD

Text Example


Text Example

White with #F201DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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