Html Css Color HEX #F502E3 Hot Magenta

📋 copy color: '#F502E3'

red 245 ◦ green 2 ◦ blue 227

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

Shades of Hot Magenta #F502E3

Tints of Hot Magenta #F502E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.89%

R = 51.69%
G = 0.42%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F502E3 (or 0xF502E3) is known color: Hot Magenta. HEX triplet: F5, 02 and E3. RGB value is (245,2,227). Sum of RGB (Red+Green+Blue) = 245+2+227=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F502E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502E3 is #0AFD1C. Grayscale: #636363. Windows color (decimal): -720157 or 14877429. OLE color: 14877429.

HSL color Cylindrical-coordinate representation of color #F502E3: hue angle of 304.44º 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 #F502E3 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 227 -
CMYK 0 0.99 0.07 0.04
HSL 304.44º 0.98% 0.48% -
HSV(B) 304.44º 0.99% 0.96% -
XYZ 51.54 25 74.78 -
YUV 100.31 199.51 231.2 -
System Red Green Blue C M Y K H S L
Decimal 245 2 227 0 0.99 0.07 0.04 304.44 0.98 0.48
Hex F5 2 E3 0 63 7 4 130 62 30
Octal 365 2 343 0 143 7 4 460 142 60
Binary 11110101 10 11100011 0 1100011 111 100 100110000 1100010 110000

Color Harmonies of #F502E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502E3

Black with #F502E3

Text Example


Text Example

White with #F502E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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