Html Css Color HEX #F46FE5 Pale Magenta

📋 copy color: '#F46FE5'

red 244 ◦ green 111 ◦ blue 229

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

Shades of Pale Magenta #F46FE5

Tints of Pale Magenta #F46FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 41.78%
G = 19.01%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F46FE5 (or 0xF46FE5) is known color: Pale Magenta. HEX triplet: F4, 6F and E5. RGB value is (244,111,229). Sum of RGB (Red+Green+Blue) = 244+111+229=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F46FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46FE5 is #0B901A. Grayscale: #A3A3A3. Windows color (decimal): -757787 or 15036404. OLE color: 15036404.

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

Color convert

RGB 244 111 229 -
CMYK 0 0.55 0.06 0.04
HSL 306.77º 0.86% 0.7% -
HSV(B) 306.77º 0.55% 0.96% -
XYZ 57.14 36.26 78.12 -
YUV 164.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 244 111 229 0 0.55 0.06 0.04 306.77 0.86 0.7
Hex F4 6F E5 0 37 6 4 133 56 46
Octal 364 157 345 0 67 6 4 463 126 106
Binary 11110100 1101111 11100101 0 110111 110 100 100110011 1010110 1000110

Color Harmonies of #F46FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46FE5

Black with #F46FE5

Text Example


Text Example

White with #F46FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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