Html Css Color HEX #F46FE2 Pale Magenta

📋 copy color: '#F46FE2'

red 244 ◦ green 111 ◦ blue 226

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

Shades of Pale Magenta #F46FE2

Tints of Pale Magenta #F46FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.1%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 42%
G = 19.1%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F46FE2 (or 0xF46FE2) is known color: Pale Magenta. HEX triplet: F4, 6F and E2. RGB value is (244,111,226). Sum of RGB (Red+Green+Blue) = 244+111+226=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F46FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46FE2 is #0B901D. Grayscale: #A3A3A3. Windows color (decimal): -757790 or 14839796. OLE color: 14839796.

HSL color Cylindrical-coordinate representation of color #F46FE2: hue angle of 308.12º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46FE2 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 111 226 -
CMYK 0 0.55 0.07 0.04
HSL 308.12º 0.86% 0.7% -
HSV(B) 308.12º 0.55% 0.96% -
XYZ 56.72 36.09 75.93 -
YUV 163.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 244 111 226 0 0.55 0.07 0.04 308.12 0.86 0.7
Hex F4 6F E2 0 37 7 4 134 56 46
Octal 364 157 342 0 67 7 4 464 126 106
Binary 11110100 1101111 11100010 0 110111 111 100 100110100 1010110 1000110

Color Harmonies of #F46FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46FE2

Black with #F46FE2

Text Example


Text Example

White with #F46FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46FE2; }

 p { color: rgb(244,111,226); }

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

background-color css

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

 a { background-color: rgb(244,111,226); }

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

border-color css

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

 span { border-color: rgb(244,111,226); }

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