Html Css Color HEX #F812DC Hot Magenta

📋 copy color: '#F812DC'

red 248 ◦ green 18 ◦ blue 220

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

Shades of Hot Magenta #F812DC

Tints of Hot Magenta #F812DC

RGB

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

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

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

R = 51.03%
G = 3.7%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F812DC (or 0xF812DC) is known color: Hot Magenta. HEX triplet: F8, 12 and DC. RGB value is (248,18,220). Sum of RGB (Red+Green+Blue) = 248+18+220=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F812DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812DC is #07ED23. Grayscale: #6D6D6D. Windows color (decimal): -519460 or 14422776. OLE color: 14422776.

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

Color convert

RGB 248 18 220 -
CMYK 0 0.93 0.11 0.03
HSL 307.3º 0.94% 0.52% -
HSV(B) 307.3º 0.93% 0.97% -
XYZ 51.85 25.56 69.91 -
YUV 109.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 248 18 220 0 0.93 0.11 0.03 307.3 0.94 0.52
Hex F8 12 DC 0 5D B 3 133 5E 34
Octal 370 22 334 0 135 13 3 463 136 64
Binary 11111000 10010 11011100 0 1011101 1011 11 100110011 1011110 110100

Color Harmonies of #F812DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812DC

Black with #F812DC

Text Example


Text Example

White with #F812DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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