Html Css Color HEX #F46FDC Pale Magenta

📋 copy color: '#F46FDC'

red 244 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F46FDC

Tints of Pale Magenta #F46FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 42.43%
G = 19.3%
B = 38.26%

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

#F46FDC (or 0xF46FDC) is known color: Pale Magenta. HEX triplet: F4, 6F and DC. RGB value is (244,111,220). Sum of RGB (Red+Green+Blue) = 244+111+220=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F46FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46FDC is #0B9023. Grayscale: #A2A2A2. Windows color (decimal): -757796 or 14446580. OLE color: 14446580.

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

Color convert

RGB 244 111 220 -
CMYK 0 0.55 0.10 0.04
HSL 310.83º 0.86% 0.7% -
HSV(B) 310.83º 0.55% 0.96% -
XYZ 55.91 35.77 71.67 -
YUV 163.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 244 111 220 0 0.55 0.10 0.04 310.83 0.86 0.7
Hex F4 6F DC 0 37 A 4 137 56 46
Octal 364 157 334 0 67 12 4 467 126 106
Binary 11110100 1101111 11011100 0 110111 1010 100 100110111 1010110 1000110

Color Harmonies of #F46FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46FDC

Black with #F46FDC

Text Example


Text Example

White with #F46FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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