Html Css Color HEX #F50CDB Hot Magenta

📋 copy color: '#F50CDB'

red 245 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #F50CDB

Tints of Hot Magenta #F50CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.52%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 51.47%
G = 2.52%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F50CDB (or 0xF50CDB) is known color: Hot Magenta. HEX triplet: F5, 0C and DB. RGB value is (245,12,219). Sum of RGB (Red+Green+Blue) = 245+12+219=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CDB is #0AF324. Grayscale: #686868. Windows color (decimal): -717605 or 14355701. OLE color: 14355701.

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

Color convert

RGB 245 12 219 -
CMYK 0 0.95 0.11 0.04
HSL 306.7º 0.92% 0.5% -
HSV(B) 306.7º 0.95% 0.96% -
XYZ 50.57 24.79 69.14 -
YUV 105.27 192.19 227.67 -
System Red Green Blue C M Y K H S L
Decimal 245 12 219 0 0.95 0.11 0.04 306.7 0.92 0.5
Hex F5 C DB 0 5F B 4 133 5C 32
Octal 365 14 333 0 137 13 4 463 134 62
Binary 11110101 1100 11011011 0 1011111 1011 100 100110011 1011100 110010

Color Harmonies of #F50CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CDB

Black with #F50CDB

Text Example


Text Example

White with #F50CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CDB; }

 p { color: rgb(245,12,219); }

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

background-color css

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

 a { background-color: rgb(245,12,219); }

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

border-color css

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

 span { border-color: rgb(245,12,219); }

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