Html Css Color HEX #F402E6 Magenta

📋 copy color: '#F402E6'

red 244 ◦ green 2 ◦ blue 230

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

Shades of Magenta #F402E6

Tints of Magenta #F402E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 51.26%
G = 0.42%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F402E6 (or 0xF402E6) is known color: Magenta. HEX triplet: F4, 02 and E6. RGB value is (244,2,230). Sum of RGB (Red+Green+Blue) = 244+2+230=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F402E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F402E6 is #0BFD19. Grayscale: #636363. Windows color (decimal): -785690 or 15074036. OLE color: 15074036.

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

Color convert

RGB 244 2 230 -
CMYK 0 0.99 0.06 0.04
HSL 303.47º 0.98% 0.48% -
HSV(B) 303.47º 0.99% 0.96% -
XYZ 51.61 24.99 76.97 -
YUV 100.35 201.17 230.46 -
System Red Green Blue C M Y K H S L
Decimal 244 2 230 0 0.99 0.06 0.04 303.47 0.98 0.48
Hex F4 2 E6 0 63 6 4 12F 62 30
Octal 364 2 346 0 143 6 4 457 142 60
Binary 11110100 10 11100110 0 1100011 110 100 100101111 1100010 110000

Color Harmonies of #F402E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F402E6

Black with #F402E6

Text Example


Text Example

White with #F402E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F402E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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