Html Css Color HEX #F810D3 Hot Magenta

📋 copy color: '#F810D3'

red 248 ◦ green 16 ◦ blue 211

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

Shades of Hot Magenta #F810D3

Tints of Hot Magenta #F810D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.42%

R = 52.21%
G = 3.37%
B = 44.42%

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

#F810D3 (or 0xF810D3) is known color: Hot Magenta. HEX triplet: F8, 10 and D3. RGB value is (248,16,211). Sum of RGB (Red+Green+Blue) = 248+16+211=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F810D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810D3 is #07EF2C. Grayscale: #6B6B6B. Windows color (decimal): -519981 or 13832440. OLE color: 13832440.

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

Color convert

RGB 248 16 211 -
CMYK 0 0.94 0.15 0.03
HSL 309.57º 0.94% 0.52% -
HSV(B) 309.57º 0.94% 0.97% -
XYZ 50.65 25.03 63.79 -
YUV 107.6 186.36 228.14 -
System Red Green Blue C M Y K H S L
Decimal 248 16 211 0 0.94 0.15 0.03 309.57 0.94 0.52
Hex F8 10 D3 0 5E F 3 136 5E 34
Octal 370 20 323 0 136 17 3 466 136 64
Binary 11111000 10000 11010011 0 1011110 1111 11 100110110 1011110 110100

Color Harmonies of #F810D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810D3

Black with #F810D3

Text Example


Text Example

White with #F810D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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