Html Css Color HEX #F471DF Pale Magenta

📋 copy color: '#F471DF'

red 244 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #F471DF

Tints of Pale Magenta #F471DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.48%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 42.07%
G = 19.48%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F471DF (or 0xF471DF) is known color: Pale Magenta. HEX triplet: F4, 71 and DF. RGB value is (244,113,223). Sum of RGB (Red+Green+Blue) = 244+113+223=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F471DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471DF is #0B8E20. Grayscale: #A4A4A4. Windows color (decimal): -757281 or 14643700. OLE color: 14643700.

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

Color convert

RGB 244 113 223 -
CMYK 0 0.54 0.09 0.04
HSL 309.62º 0.86% 0.7% -
HSV(B) 309.62º 0.54% 0.96% -
XYZ 56.53 36.37 73.85 -
YUV 164.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 244 113 223 0 0.54 0.09 0.04 309.62 0.86 0.7
Hex F4 71 DF 0 36 9 4 136 56 46
Octal 364 161 337 0 66 11 4 466 126 106
Binary 11110100 1110001 11011111 0 110110 1001 100 100110110 1010110 1000110

Color Harmonies of #F471DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471DF

Black with #F471DF

Text Example


Text Example

White with #F471DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471DF; }

 p { color: rgb(244,113,223); }

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

background-color css

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

 a { background-color: rgb(244,113,223); }

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

border-color css

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

 span { border-color: rgb(244,113,223); }

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