Html Css Color HEX #F813DB Hot Magenta

📋 copy color: '#F813DB'

red 248 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #F813DB

Tints of Hot Magenta #F813DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 51.03%
G = 3.91%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F813DB (or 0xF813DB) is known color: Hot Magenta. HEX triplet: F8, 13 and DB. RGB value is (248,19,219). Sum of RGB (Red+Green+Blue) = 248+19+219=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F813DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813DB is #07EC24. Grayscale: #6D6D6D. Windows color (decimal): -519205 or 14357496. OLE color: 14357496.

HSL color Cylindrical-coordinate representation of color #F813DB: hue angle of 307.6º 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 #F813DB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 19 219 -
CMYK 0 0.92 0.12 0.03
HSL 307.6º 0.94% 0.52% -
HSV(B) 307.6º 0.92% 0.97% -
XYZ 51.73 25.54 69.22 -
YUV 110.27 189.37 226.24 -
System Red Green Blue C M Y K H S L
Decimal 248 19 219 0 0.92 0.12 0.03 307.6 0.94 0.52
Hex F8 13 DB 0 5C C 3 134 5E 34
Octal 370 23 333 0 134 14 3 464 136 64
Binary 11111000 10011 11011011 0 1011100 1100 11 100110100 1011110 110100

Color Harmonies of #F813DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813DB

Black with #F813DB

Text Example


Text Example

White with #F813DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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