Html Css Color HEX #F813DF Hot Magenta

📋 copy color: '#F813DF'

red 248 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #F813DF

Tints of Hot Magenta #F813DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.88%

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

R = 50.61%
G = 3.88%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F813DF (or 0xF813DF) is known color: Hot Magenta. HEX triplet: F8, 13 and DF. RGB value is (248,19,223). Sum of RGB (Red+Green+Blue) = 248+19+223=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F813DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813DF is #07EC20. Grayscale: #6E6E6E. Windows color (decimal): -519201 or 14619640. OLE color: 14619640.

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

Color convert

RGB 248 19 223 -
CMYK 0 0.92 0.10 0.03
HSL 306.55º 0.94% 0.52% -
HSV(B) 306.55º 0.92% 0.97% -
XYZ 52.26 25.75 72.03 -
YUV 110.73 191.37 225.91 -
System Red Green Blue C M Y K H S L
Decimal 248 19 223 0 0.92 0.10 0.03 306.55 0.94 0.52
Hex F8 13 DF 0 5C A 3 133 5E 34
Octal 370 23 337 0 134 12 3 463 136 64
Binary 11111000 10011 11011111 0 1011100 1010 11 100110011 1011110 110100

Color Harmonies of #F813DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813DF

Black with #F813DF

Text Example


Text Example

White with #F813DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813DF; }

 p { color: rgb(248,19,223); }

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

background-color css

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

 a { background-color: rgb(248,19,223); }

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

border-color css

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

 span { border-color: rgb(248,19,223); }

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