Html Css Color HEX #F402E1 Hot Magenta

📋 copy color: '#F402E1'

red 244 ◦ green 2 ◦ blue 225

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

Shades of Hot Magenta #F402E1

Tints of Hot Magenta #F402E1

RGB

 RED value IS 244 (95.7% from 255) = 51.8%

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 51.8%
G = 0.42%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F402E1 (or 0xF402E1) is known color: Hot Magenta. HEX triplet: F4, 02 and E1. RGB value is (244,2,225). Sum of RGB (Red+Green+Blue) = 244+2+225=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F402E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402E1 is #0BFD1E. Grayscale: #636363. Windows color (decimal): -785695 or 14746356. OLE color: 14746356.

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

Color convert

RGB 244 2 225 -
CMYK 0 0.99 0.08 0.04
HSL 304.71º 0.98% 0.48% -
HSV(B) 304.71º 0.99% 0.96% -
XYZ 50.92 24.71 73.32 -
YUV 99.78 198.67 230.87 -
System Red Green Blue C M Y K H S L
Decimal 244 2 225 0 0.99 0.08 0.04 304.71 0.98 0.48
Hex F4 2 E1 0 63 8 4 131 62 30
Octal 364 2 341 0 143 10 4 461 142 60
Binary 11110100 10 11100001 0 1100011 1000 100 100110001 1100010 110000

Color Harmonies of #F402E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F402E1

Black with #F402E1

Text Example


Text Example

White with #F402E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F402E1; }

 p { color: rgb(244,2,225); }

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

background-color css

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

 a { background-color: rgb(244,2,225); }

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

border-color css

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

 span { border-color: rgb(244,2,225); }

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