Html Css Color HEX #F47BDC Pale Magenta

📋 copy color: '#F47BDC'

red 244 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #F47BDC

Tints of Pale Magenta #F47BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.95%

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

R = 41.57%
G = 20.95%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F47BDC (or 0xF47BDC) is known color: Pale Magenta. HEX triplet: F4, 7B and DC. RGB value is (244,123,220). Sum of RGB (Red+Green+Blue) = 244+123+220=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BDC is #0B8423. Grayscale: #A9A9A9. Windows color (decimal): -754724 or 14449652. OLE color: 14449652.

HSL color Cylindrical-coordinate representation of color #F47BDC: hue angle of 311.9º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47BDC is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 123 220 -
CMYK 0 0.50 0.10 0.04
HSL 311.9º 0.85% 0.72% -
HSV(B) 311.9º 0.5% 0.96% -
XYZ 57.31 38.57 72.13 -
YUV 170.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 244 123 220 0 0.50 0.10 0.04 311.9 0.85 0.72
Hex F4 7B DC 0 32 A 4 138 55 48
Octal 364 173 334 0 62 12 4 470 125 110
Binary 11110100 1111011 11011100 0 110010 1010 100 100111000 1010101 1001000

Color Harmonies of #F47BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47BDC

Black with #F47BDC

Text Example


Text Example

White with #F47BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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