Html Css Color HEX #F100DD Hot Magenta

📋 copy color: '#F100DD'

red 241 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #F100DD

Tints of Hot Magenta #F100DD

RGB

 RED value IS 241 (94.53% from 255) = 52.16%

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

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

R = 52.16%
G = 0%
B = 47.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F100DD (or 0xF100DD) is known color: Hot Magenta. HEX triplet: F1, 00 and DD. RGB value is (241,0,221). Sum of RGB (Red+Green+Blue) = 241+0+221=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F100DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100DD is #0EFF22. Grayscale: #606060. Windows color (decimal): -982819 or 14483697. OLE color: 14483697.

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

Color convert

RGB 241 0 221 -
CMYK 0 1 0.08 0.05
HSL 304.98º 1% 0.47% -
HSV(B) 304.98º 1% 0.95% -
XYZ 49.33 23.92 70.42 -
YUV 97.25 197.84 230.53 -
System Red Green Blue C M Y K H S L
Decimal 241 0 221 0 1 0.08 0.05 304.98 1 0.47
Hex F1 0 DD 0 64 8 5 131 64 2F
Octal 361 0 335 0 144 10 5 461 144 57
Binary 11110001 0 11011101 0 1100100 1000 101 100110001 1100100 101111

Color Harmonies of #F100DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100DD

Black with #F100DD

Text Example


Text Example

White with #F100DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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