Html Css Color HEX #F46EDB Pale Magenta

📋 copy color: '#F46EDB'

red 244 ◦ green 110 ◦ blue 219

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

Shades of Pale Magenta #F46EDB

Tints of Pale Magenta #F46EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.2%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 42.58%
G = 19.2%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F46EDB (or 0xF46EDB) is known color: Pale Magenta. HEX triplet: F4, 6E and DB. RGB value is (244,110,219). Sum of RGB (Red+Green+Blue) = 244+110+219=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F46EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46EDB is #0B9124. Grayscale: #A2A2A2. Windows color (decimal): -758053 or 14380788. OLE color: 14380788.

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

Color convert

RGB 244 110 219 -
CMYK 0 0.55 0.10 0.04
HSL 311.19º 0.86% 0.69% -
HSV(B) 311.19º 0.55% 0.96% -
XYZ 55.67 35.5 70.94 -
YUV 162.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 244 110 219 0 0.55 0.10 0.04 311.19 0.86 0.69
Hex F4 6E DB 0 37 A 4 137 56 45
Octal 364 156 333 0 67 12 4 467 126 105
Binary 11110100 1101110 11011011 0 110111 1010 100 100110111 1010110 1000101

Color Harmonies of #F46EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46EDB

Black with #F46EDB

Text Example


Text Example

White with #F46EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46EDB; }

 p { color: rgb(244,110,219); }

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

background-color css

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

 a { background-color: rgb(244,110,219); }

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

border-color css

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

 span { border-color: rgb(244,110,219); }

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