Html Css Color HEX #F718DD Hot Magenta

📋 copy color: '#F718DD'

red 247 ◦ green 24 ◦ blue 221

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

Shades of Hot Magenta #F718DD

Tints of Hot Magenta #F718DD

RGB

 RED value IS 247 (96.88% from 255) = 50.2%

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 50.2%
G = 4.88%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F718DD (or 0xF718DD) is known color: Hot Magenta. HEX triplet: F7, 18 and DD. RGB value is (247,24,221). Sum of RGB (Red+Green+Blue) = 247+24+221=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F718DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718DD is #08E722. Grayscale: #707070. Windows color (decimal): -583459 or 14489847. OLE color: 14489847.

HSL color Cylindrical-coordinate representation of color #F718DD: hue angle of 307º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F718DD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 24 221 -
CMYK 0 0.90 0.11 0.03
HSL 307º 0.93% 0.53% -
HSV(B) 307º 0.9% 0.97% -
XYZ 51.74 25.65 70.63 -
YUV 113.14 188.88 223.48 -
System Red Green Blue C M Y K H S L
Decimal 247 24 221 0 0.90 0.11 0.03 307 0.93 0.53
Hex F7 18 DD 0 5A B 3 133 5D 35
Octal 367 30 335 0 132 13 3 463 135 65
Binary 11110111 11000 11011101 0 1011010 1011 11 100110011 1011101 110101

Color Harmonies of #F718DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F718DD

Black with #F718DD

Text Example


Text Example

White with #F718DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F718DD; }

 p { color: rgb(247,24,221); }

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

background-color css

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

 a { background-color: rgb(247,24,221); }

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

border-color css

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

 span { border-color: rgb(247,24,221); }

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