Html Css Color HEX #F810D4 Hot Magenta

📋 copy color: '#F810D4'

red 248 ◦ green 16 ◦ blue 212

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

Shades of Hot Magenta #F810D4

Tints of Hot Magenta #F810D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 52.1%
G = 3.36%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F810D4 (or 0xF810D4) is known color: Hot Magenta. HEX triplet: F8, 10 and D4. RGB value is (248,16,212). Sum of RGB (Red+Green+Blue) = 248+16+212=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F810D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810D4 is #07EF2B. Grayscale: #6B6B6B. Windows color (decimal): -519980 or 13897976. OLE color: 13897976.

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

Color convert

RGB 248 16 212 -
CMYK 0 0.94 0.15 0.03
HSL 309.31º 0.94% 0.52% -
HSV(B) 309.31º 0.94% 0.97% -
XYZ 50.78 25.08 64.45 -
YUV 107.71 186.86 228.06 -
System Red Green Blue C M Y K H S L
Decimal 248 16 212 0 0.94 0.15 0.03 309.31 0.94 0.52
Hex F8 10 D4 0 5E F 3 135 5E 34
Octal 370 20 324 0 136 17 3 465 136 64
Binary 11111000 10000 11010100 0 1011110 1111 11 100110101 1011110 110100

Color Harmonies of #F810D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810D4

Black with #F810D4

Text Example


Text Example

White with #F810D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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