Html Css Color HEX #F200DD Hot Magenta

📋 copy color: '#F200DD'

red 242 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #F200DD

Tints of Hot Magenta #F200DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.27%
G = 0%
B = 47.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F200DD (or 0xF200DD) is known color: Hot Magenta. HEX triplet: F2, 00 and DD. RGB value is (242,0,221). Sum of RGB (Red+Green+Blue) = 242+0+221=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F200DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200DD is #0DFF22. Grayscale: #606060. Windows color (decimal): -917283 or 14483698. OLE color: 14483698.

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

Color convert

RGB 242 0 221 -
CMYK 0 1 0.09 0.05
HSL 305.21º 1% 0.47% -
HSV(B) 305.21º 1% 0.95% -
XYZ 49.67 24.1 70.44 -
YUV 97.55 197.67 231.03 -
System Red Green Blue C M Y K H S L
Decimal 242 0 221 0 1 0.09 0.05 305.21 1 0.47
Hex F2 0 DD 0 64 9 5 131 64 2F
Octal 362 0 335 0 144 11 5 461 144 57
Binary 11110010 0 11011101 0 1100100 1001 101 100110001 1100100 101111

Color Harmonies of #F200DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200DD

Black with #F200DD

Text Example


Text Example

White with #F200DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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