Html Css Color HEX #F812DF Hot Magenta

📋 copy color: '#F812DF'

red 248 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #F812DF

Tints of Hot Magenta #F812DF

RGB

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

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

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

R = 50.72%
G = 3.68%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F812DF (or 0xF812DF) is known color: Hot Magenta. HEX triplet: F8, 12 and DF. RGB value is (248,18,223). Sum of RGB (Red+Green+Blue) = 248+18+223=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F812DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812DF is #07ED20. Grayscale: #6D6D6D. Windows color (decimal): -519457 or 14619384. OLE color: 14619384.

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

Color convert

RGB 248 18 223 -
CMYK 0 0.93 0.10 0.03
HSL 306.52º 0.94% 0.52% -
HSV(B) 306.52º 0.93% 0.97% -
XYZ 52.25 25.72 72.02 -
YUV 110.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 248 18 223 0 0.93 0.10 0.03 306.52 0.94 0.52
Hex F8 12 DF 0 5D A 3 133 5E 34
Octal 370 22 337 0 135 12 3 463 136 64
Binary 11111000 10010 11011111 0 1011101 1010 11 100110011 1011110 110100

Color Harmonies of #F812DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812DF

Black with #F812DF

Text Example


Text Example

White with #F812DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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