Html Css Color HEX #F502DB Hot Magenta

📋 copy color: '#F502DB'

red 245 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #F502DB

Tints of Hot Magenta #F502DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 52.58%
G = 0.43%
B = 47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F502DB (or 0xF502DB) is known color: Hot Magenta. HEX triplet: F5, 02 and DB. RGB value is (245,2,219). Sum of RGB (Red+Green+Blue) = 245+2+219=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F502DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502DB is #0AFD24. Grayscale: #626262. Windows color (decimal): -720165 or 14353141. OLE color: 14353141.

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

Color convert

RGB 245 2 219 -
CMYK 0 0.99 0.11 0.04
HSL 306.42º 0.98% 0.48% -
HSV(B) 306.42º 0.99% 0.96% -
XYZ 50.46 24.57 69.1 -
YUV 99.4 195.51 231.86 -
System Red Green Blue C M Y K H S L
Decimal 245 2 219 0 0.99 0.11 0.04 306.42 0.98 0.48
Hex F5 2 DB 0 63 B 4 132 62 30
Octal 365 2 333 0 143 13 4 462 142 60
Binary 11110101 10 11011011 0 1100011 1011 100 100110010 1100010 110000

Color Harmonies of #F502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502DB

Black with #F502DB

Text Example


Text Example

White with #F502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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