Html Css Color HEX #F10CE4 Hot Magenta

📋 copy color: '#F10CE4'

red 241 ◦ green 12 ◦ blue 228

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

Shades of Hot Magenta #F10CE4

Tints of Hot Magenta #F10CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.49%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 50.1%
G = 2.49%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F10CE4 (or 0xF10CE4) is known color: Hot Magenta. HEX triplet: F1, 0C and E4. RGB value is (241,12,228). Sum of RGB (Red+Green+Blue) = 241+12+228=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CE4 is #0EF31B. Grayscale: #686868. Windows color (decimal): -979740 or 14945521. OLE color: 14945521.

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

Color convert

RGB 241 12 228 -
CMYK 0 0.95 0.05 0.05
HSL 303.41º 0.91% 0.5% -
HSV(B) 303.41º 0.95% 0.95% -
XYZ 50.41 24.57 75.48 -
YUV 105.1 197.37 224.94 -
System Red Green Blue C M Y K H S L
Decimal 241 12 228 0 0.95 0.05 0.05 303.41 0.91 0.5
Hex F1 C E4 0 5F 5 5 12F 5B 32
Octal 361 14 344 0 137 5 5 457 133 62
Binary 11110001 1100 11100100 0 1011111 101 101 100101111 1011011 110010

Color Harmonies of #F10CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10CE4

Black with #F10CE4

Text Example


Text Example

White with #F10CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10CE4; }

 p { color: rgb(241,12,228); }

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

background-color css

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

 a { background-color: rgb(241,12,228); }

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

border-color css

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

 span { border-color: rgb(241,12,228); }

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