Html Css Color HEX #F318E1 Hot Magenta

📋 copy color: '#F318E1'

red 243 ◦ green 24 ◦ blue 225

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

Shades of Hot Magenta #F318E1

Tints of Hot Magenta #F318E1

RGB

 RED value IS 243 (95.31% from 255) = 49.39%

 GREEN value IS 24 (9.77% from 255) = 4.88%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 49.39%
G = 4.88%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F318E1 (or 0xF318E1) is known color: Hot Magenta. HEX triplet: F3, 18 and E1. RGB value is (243,24,225). Sum of RGB (Red+Green+Blue) = 243+24+225=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F318E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318E1 is #0CE71E. Grayscale: #6F6F6F. Windows color (decimal): -845599 or 14751987. OLE color: 14751987.

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

Color convert

RGB 243 24 225 -
CMYK 0 0.90 0.07 0.05
HSL 304.93º 0.9% 0.52% -
HSV(B) 304.93º 0.9% 0.95% -
XYZ 50.88 25.14 73.41 -
YUV 112.4 191.55 221.16 -
System Red Green Blue C M Y K H S L
Decimal 243 24 225 0 0.90 0.07 0.05 304.93 0.9 0.52
Hex F3 18 E1 0 5A 7 5 131 5A 34
Octal 363 30 341 0 132 7 5 461 132 64
Binary 11110011 11000 11100001 0 1011010 111 101 100110001 1011010 110100

Color Harmonies of #F318E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F318E1

Black with #F318E1

Text Example


Text Example

White with #F318E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F318E1; }

 p { color: rgb(243,24,225); }

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

background-color css

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

 a { background-color: rgb(243,24,225); }

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

border-color css

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

 span { border-color: rgb(243,24,225); }

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