Html Css Color HEX #F810DA Hot Magenta

📋 copy color: '#F810DA'

red 248 ◦ green 16 ◦ blue 218

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

Shades of Hot Magenta #F810DA

Tints of Hot Magenta #F810DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.32%

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

R = 51.45%
G = 3.32%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F810DA (or 0xF810DA) is known color: Hot Magenta. HEX triplet: F8, 10 and DA. RGB value is (248,16,218). Sum of RGB (Red+Green+Blue) = 248+16+218=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F810DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810DA is #07EF25. Grayscale: #6B6B6B. Windows color (decimal): -519974 or 14291192. OLE color: 14291192.

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

Color convert

RGB 248 16 218 -
CMYK 0 0.94 0.12 0.03
HSL 307.76º 0.94% 0.52% -
HSV(B) 307.76º 0.94% 0.97% -
XYZ 51.55 25.39 68.51 -
YUV 108.4 189.86 227.57 -
System Red Green Blue C M Y K H S L
Decimal 248 16 218 0 0.94 0.12 0.03 307.76 0.94 0.52
Hex F8 10 DA 0 5E C 3 134 5E 34
Octal 370 20 332 0 136 14 3 464 136 64
Binary 11111000 10000 11011010 0 1011110 1100 11 100110100 1011110 110100

Color Harmonies of #F810DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810DA

Black with #F810DA

Text Example


Text Example

White with #F810DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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