Html Css Color HEX #F42EFB Magenta

📋 copy color: '#F42EFB'

red 244 ◦ green 46 ◦ blue 251

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

Shades of Magenta #F42EFB

Tints of Magenta #F42EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.5%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 45.1%
G = 8.5%
B = 46.4%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F42EFB (or 0xF42EFB) is known color: Magenta. HEX triplet: F4, 2E and FB. RGB value is (244,46,251). Sum of RGB (Red+Green+Blue) = 244+46+251=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #F42EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42EFB is #0BD104. Grayscale: #7F7F7F. Windows color (decimal): -774405 or 16461556. OLE color: 16461556.

HSL color Cylindrical-coordinate representation of color #F42EFB: hue angle of 297.95º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42EFB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 46 251 -
CMYK 0.03 0.82 0 0.02
HSL 297.95º 0.96% 0.58% -
HSV(B) 297.95º 0.82% 0.98% -
XYZ 55.7 28.15 93.77 -
YUV 128.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 244 46 251 0.03 0.82 0 0.02 297.95 0.96 0.58
Hex F4 2E FB 3 52 0 2 12A 60 3A
Octal 364 56 373 3 122 0 2 452 140 72
Binary 11110100 101110 11111011 11 1010010 0 10 100101010 1100000 111010

Color Harmonies of #F42EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42EFB

Black with #F42EFB

Text Example


Text Example

White with #F42EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42EFB; }

 p { color: rgb(244,46,251); }

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

background-color css

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

 a { background-color: rgb(244,46,251); }

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

border-color css

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

 span { border-color: rgb(244,46,251); }

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