Html Css Color HEX #F317DF Hot Magenta

📋 copy color: '#F317DF'

red 243 ◦ green 23 ◦ blue 223

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

Shades of Hot Magenta #F317DF

Tints of Hot Magenta #F317DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.7%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 49.69%
G = 4.7%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F317DF (or 0xF317DF) is known color: Hot Magenta. HEX triplet: F3, 17 and DF. RGB value is (243,23,223). Sum of RGB (Red+Green+Blue) = 243+23+223=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F317DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317DF is #0CE820. Grayscale: #6E6E6E. Windows color (decimal): -845857 or 14620659. OLE color: 14620659.

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

Color convert

RGB 243 23 223 -
CMYK 0 0.91 0.08 0.05
HSL 305.45º 0.9% 0.52% -
HSV(B) 305.45º 0.91% 0.95% -
XYZ 50.59 25 71.97 -
YUV 111.58 190.89 221.74 -
System Red Green Blue C M Y K H S L
Decimal 243 23 223 0 0.91 0.08 0.05 305.45 0.9 0.52
Hex F3 17 DF 0 5B 8 5 131 5A 34
Octal 363 27 337 0 133 10 5 461 132 64
Binary 11110011 10111 11011111 0 1011011 1000 101 100110001 1011010 110100

Color Harmonies of #F317DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F317DF

Black with #F317DF

Text Example


Text Example

White with #F317DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F317DF; }

 p { color: rgb(243,23,223); }

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

background-color css

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

 a { background-color: rgb(243,23,223); }

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

border-color css

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

 span { border-color: rgb(243,23,223); }

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