Html Css Color HEX #F510D2 Hot Magenta

📋 copy color: '#F510D2'

red 245 ◦ green 16 ◦ blue 210

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

Shades of Hot Magenta #F510D2

Tints of Hot Magenta #F510D2

RGB

 RED value IS 245 (96.09% from 255) = 52.02%

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 52.02%
G = 3.4%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F510D2 (or 0xF510D2) is known color: Hot Magenta. HEX triplet: F5, 10 and D2. RGB value is (245,16,210). Sum of RGB (Red+Green+Blue) = 245+16+210=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F510D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510D2 is #0AEF2D. Grayscale: #6A6A6A. Windows color (decimal): -716590 or 13766901. OLE color: 13766901.

HSL color Cylindrical-coordinate representation of color #F510D2: hue angle of 309.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F510D2 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 16 210 -
CMYK 0 0.93 0.14 0.04
HSL 309.17º 0.92% 0.51% -
HSV(B) 309.17º 0.93% 0.96% -
XYZ 49.47 24.44 63.08 -
YUV 106.59 186.37 226.73 -
System Red Green Blue C M Y K H S L
Decimal 245 16 210 0 0.93 0.14 0.04 309.17 0.92 0.51
Hex F5 10 D2 0 5D E 4 135 5C 33
Octal 365 20 322 0 135 16 4 465 134 63
Binary 11110101 10000 11010010 0 1011101 1110 100 100110101 1011100 110011

Color Harmonies of #F510D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510D2

Black with #F510D2

Text Example


Text Example

White with #F510D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510D2; }

 p { color: rgb(245,16,210); }

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

background-color css

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

 a { background-color: rgb(245,16,210); }

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

border-color css

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

 span { border-color: rgb(245,16,210); }

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