Html Css Color HEX #F812DA Hot Magenta

📋 copy color: '#F812DA'

red 248 ◦ green 18 ◦ blue 218

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

Shades of Hot Magenta #F812DA

Tints of Hot Magenta #F812DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 51.24%
G = 3.72%
B = 45.04%

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

#F812DA (or 0xF812DA) is known color: Hot Magenta. HEX triplet: F8, 12 and DA. RGB value is (248,18,218). Sum of RGB (Red+Green+Blue) = 248+18+218=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F812DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812DA is #07ED25. Grayscale: #6D6D6D. Windows color (decimal): -519462 or 14291704. OLE color: 14291704.

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

Color convert

RGB 248 18 218 -
CMYK 0 0.93 0.12 0.03
HSL 307.83º 0.94% 0.52% -
HSV(B) 307.83º 0.93% 0.97% -
XYZ 51.58 25.45 68.52 -
YUV 109.57 189.2 226.74 -
System Red Green Blue C M Y K H S L
Decimal 248 18 218 0 0.93 0.12 0.03 307.83 0.94 0.52
Hex F8 12 DA 0 5D C 3 134 5E 34
Octal 370 22 332 0 135 14 3 464 136 64
Binary 11111000 10010 11011010 0 1011101 1100 11 100110100 1011110 110100

Color Harmonies of #F812DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812DA

Black with #F812DA

Text Example


Text Example

White with #F812DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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