Html Css Color HEX #F47BDD Pale Magenta

📋 copy color: '#F47BDD'

red 244 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #F47BDD

Tints of Pale Magenta #F47BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 41.5%
G = 20.92%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F47BDD (or 0xF47BDD) is known color: Pale Magenta. HEX triplet: F4, 7B and DD. RGB value is (244,123,221). Sum of RGB (Red+Green+Blue) = 244+123+221=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BDD is #0B8422. Grayscale: #AAAAAA. Windows color (decimal): -754723 or 14515188. OLE color: 14515188.

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

Color convert

RGB 244 123 221 -
CMYK 0 0.50 0.09 0.04
HSL 311.41º 0.85% 0.72% -
HSV(B) 311.41º 0.5% 0.96% -
XYZ 57.44 38.62 72.83 -
YUV 170.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 244 123 221 0 0.50 0.09 0.04 311.41 0.85 0.72
Hex F4 7B DD 0 32 9 4 137 55 48
Octal 364 173 335 0 62 11 4 467 125 110
Binary 11110100 1111011 11011101 0 110010 1001 100 100110111 1010101 1001000

Color Harmonies of #F47BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47BDD

Black with #F47BDD

Text Example


Text Example

White with #F47BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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