Html Css Color HEX #F100C2 Hot Magenta

📋 copy color: '#F100C2'

red 241 ◦ green 0 ◦ blue 194

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

Shades of Hot Magenta #F100C2

Tints of Hot Magenta #F100C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 55.4%
G = 0%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F100C2 (or 0xF100C2) is known color: Hot Magenta. HEX triplet: F1, 00 and C2. RGB value is (241,0,194). Sum of RGB (Red+Green+Blue) = 241+0+194=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F100C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100C2 is #0EFF3D. Grayscale: #5D5D5D. Windows color (decimal): -982846 or 12714225. OLE color: 12714225.

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

Color convert

RGB 241 0 194 -
CMYK 0 1 0.20 0.05
HSL 311.7º 1% 0.47% -
HSV(B) 311.7º 1% 0.95% -
XYZ 46.01 22.6 52.98 -
YUV 94.18 184.34 232.73 -
System Red Green Blue C M Y K H S L
Decimal 241 0 194 0 1 0.20 0.05 311.7 1 0.47
Hex F1 0 C2 0 64 14 5 138 64 2F
Octal 361 0 302 0 144 24 5 470 144 57
Binary 11110001 0 11000010 0 1100100 10100 101 100111000 1100100 101111

Color Harmonies of #F100C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100C2

Black with #F100C2

Text Example


Text Example

White with #F100C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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