Html Css Color HEX #F42FFB Magenta

📋 copy color: '#F42FFB'

red 244 ◦ green 47 ◦ blue 251

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

Shades of Magenta #F42FFB

Tints of Magenta #F42FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.67%

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

R = 45.02%
G = 8.67%
B = 46.31%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F42FFB (or 0xF42FFB) is known color: Magenta. HEX triplet: F4, 2F and FB. RGB value is (244,47,251). Sum of RGB (Red+Green+Blue) = 244+47+251=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 47 (18.75% from 255 or 8.67% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #F42FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42FFB is #0BD004. Grayscale: #808080. Windows color (decimal): -774149 or 16461812. OLE color: 16461812.

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

Color convert

RGB 244 47 251 -
CMYK 0.03 0.81 0 0.02
HSL 297.94º 0.96% 0.58% -
HSV(B) 297.94º 0.81% 0.98% -
XYZ 55.74 28.23 93.78 -
YUV 129.16 196.77 209.91 -
System Red Green Blue C M Y K H S L
Decimal 244 47 251 0.03 0.81 0 0.02 297.94 0.96 0.58
Hex F4 2F FB 3 51 0 2 12A 60 3A
Octal 364 57 373 3 121 0 2 452 140 72
Binary 11110100 101111 11111011 11 1010001 0 10 100101010 1100000 111010

Color Harmonies of #F42FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42FFB

Black with #F42FFB

Text Example


Text Example

White with #F42FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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