#F17BD3

Color #F17BD3 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F17BD3

Tints of Pale Magenta #F17BD3

Color information

#F17BD3 (or 0xF17BD3) is unknown color: approx Pale Magenta. HEX triplet: F1, 7B and D3. RGB value is (241,123,211). Sum of RGB (Red+Green+Blue) = 241+123+211=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BD3 is #0E842C. Grayscale: #A8A8A8. Windows color (decimal): -951341 or 13859825. OLE color: 13859825.

HSL color Cylindrical-coordinate representation of color #F17BD3: hue angle of 315.25º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BD3 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241123211-
CMYK00.490.120.05
HSL315.25º80.82%71.37%-
HSV(B)315.25º48.96%94.51%-
XYZ55.1237.5765.97-
YUV168.31152.09179.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 123 (48.44% from 255) = 21.39%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=41.91%
G=21.39%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112321100.490.120.05315.2580.8271.37
HexF17BD3031C513b5147
Octal361173323061145473121107
Binary111100011111011110100110110001110010110011101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BD3; }

 p { color: rgb(241,123,211); }

 H1.HeaderClassName
 {
   color: #F17BD3;
 }
 .AnyTagClassName
 {
   color: #F17BD3;
 }
</style>
background-color css

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

 a { background-color: rgb(241,123,211); }

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

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

 span { border-color: rgb(241,123,211); }

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