Html Css Color HEX #F50BD3 Hot Magenta

📋 copy color: '#F50BD3'

red 245 ◦ green 11 ◦ blue 211

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

Shades of Hot Magenta #F50BD3

Tints of Hot Magenta #F50BD3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

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

R = 52.46%
G = 2.36%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F50BD3 (or 0xF50BD3) is known color: Hot Magenta. HEX triplet: F5, 0B and D3. RGB value is (245,11,211). Sum of RGB (Red+Green+Blue) = 245+11+211=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BD3 is #0AF42C. Grayscale: #676767. Windows color (decimal): -717869 or 13831157. OLE color: 13831157.

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

Color convert

RGB 245 11 211 -
CMYK 0 0.96 0.14 0.04
HSL 308.72º 0.92% 0.5% -
HSV(B) 308.72º 0.96% 0.96% -
XYZ 49.53 24.35 63.72 -
YUV 103.77 188.52 228.74 -
System Red Green Blue C M Y K H S L
Decimal 245 11 211 0 0.96 0.14 0.04 308.72 0.92 0.5
Hex F5 B D3 0 60 E 4 135 5C 32
Octal 365 13 323 0 140 16 4 465 134 62
Binary 11110101 1011 11010011 0 1100000 1110 100 100110101 1011100 110010

Color Harmonies of #F50BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BD3

Black with #F50BD3

Text Example


Text Example

White with #F50BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BD3; }

 p { color: rgb(245,11,211); }

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

background-color css

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

 a { background-color: rgb(245,11,211); }

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

border-color css

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

 span { border-color: rgb(245,11,211); }

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