Html Css Color HEX #F812DB Hot Magenta

📋 copy color: '#F812DB'

red 248 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F812DB

Tints of Hot Magenta #F812DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.71%

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

R = 51.13%
G = 3.71%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F812DB (or 0xF812DB) is known color: Hot Magenta. HEX triplet: F8, 12 and DB. RGB value is (248,18,219). Sum of RGB (Red+Green+Blue) = 248+18+219=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F812DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812DB is #07ED24. Grayscale: #6D6D6D. Windows color (decimal): -519461 or 14357240. OLE color: 14357240.

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

Color convert

RGB 248 18 219 -
CMYK 0 0.93 0.12 0.03
HSL 307.57º 0.94% 0.52% -
HSV(B) 307.57º 0.93% 0.97% -
XYZ 51.71 25.5 69.21 -
YUV 109.68 189.7 226.66 -
System Red Green Blue C M Y K H S L
Decimal 248 18 219 0 0.93 0.12 0.03 307.57 0.94 0.52
Hex F8 12 DB 0 5D C 3 134 5E 34
Octal 370 22 333 0 135 14 3 464 136 64
Binary 11111000 10010 11011011 0 1011101 1100 11 100110100 1011110 110100

Color Harmonies of #F812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812DB

Black with #F812DB

Text Example


Text Example

White with #F812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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