Html Css Color HEX #F104CE Hot Magenta

📋 copy color: '#F104CE'

red 241 ◦ green 4 ◦ blue 206

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

Shades of Hot Magenta #F104CE

Tints of Hot Magenta #F104CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 53.44%
G = 0.89%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F104CE (or 0xF104CE) is known color: Hot Magenta. HEX triplet: F1, 04 and CE. RGB value is (241,4,206). Sum of RGB (Red+Green+Blue) = 241+4+206=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F104CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104CE is #0EFB31. Grayscale: #616161. Windows color (decimal): -981810 or 13501681. OLE color: 13501681.

HSL color Cylindrical-coordinate representation of color #F104CE: hue angle of 308.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104CE is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 206 -
CMYK 0 0.98 0.15 0.05
HSL 308.86º 0.97% 0.48% -
HSV(B) 308.86º 0.98% 0.95% -
XYZ 47.46 23.24 60.38 -
YUV 97.89 189.02 230.07 -
System Red Green Blue C M Y K H S L
Decimal 241 4 206 0 0.98 0.15 0.05 308.86 0.97 0.48
Hex F1 4 CE 0 62 F 5 135 61 30
Octal 361 4 316 0 142 17 5 465 141 60
Binary 11110001 100 11001110 0 1100010 1111 101 100110101 1100001 110000

Color Harmonies of #F104CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F104CE

Black with #F104CE

Text Example


Text Example

White with #F104CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F104CE; }

 p { color: rgb(241,4,206); }

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

background-color css

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

 a { background-color: rgb(241,4,206); }

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

border-color css

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

 span { border-color: rgb(241,4,206); }

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