Html Css Color HEX #F817DC Hot Magenta

📋 copy color: '#F817DC'

red 248 ◦ green 23 ◦ blue 220

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

Shades of Hot Magenta #F817DC

Tints of Hot Magenta #F817DC

RGB

 RED value IS 248 (97.27% from 255) = 50.51%

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 50.51%
G = 4.68%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F817DC (or 0xF817DC) is known color: Hot Magenta. HEX triplet: F8, 17 and DC. RGB value is (248,23,220). Sum of RGB (Red+Green+Blue) = 248+23+220=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F817DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817DC is #07E823. Grayscale: #707070. Windows color (decimal): -518180 or 14424056. OLE color: 14424056.

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

Color convert

RGB 248 23 220 -
CMYK 0 0.91 0.11 0.03
HSL 307.47º 0.94% 0.53% -
HSV(B) 307.47º 0.91% 0.97% -
XYZ 51.94 25.74 69.94 -
YUV 112.73 188.54 224.48 -
System Red Green Blue C M Y K H S L
Decimal 248 23 220 0 0.91 0.11 0.03 307.47 0.94 0.53
Hex F8 17 DC 0 5B B 3 133 5E 35
Octal 370 27 334 0 133 13 3 463 136 65
Binary 11111000 10111 11011100 0 1011011 1011 11 100110011 1011110 110101

Color Harmonies of #F817DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F817DC

Black with #F817DC

Text Example


Text Example

White with #F817DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F817DC; }

 p { color: rgb(248,23,220); }

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

background-color css

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

 a { background-color: rgb(248,23,220); }

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

border-color css

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

 span { border-color: rgb(248,23,220); }

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