#F17FBB

Color #F17FBB Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F17FBB

Tints of Persian Pink #F17FBB

Color information

#F17FBB (or 0xF17FBB) is unknown color: approx Persian Pink. HEX triplet: F1, 7F and BB. RGB value is (241,127,187). Sum of RGB (Red+Green+Blue) = 241+127+187=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBB is #0E8044. Grayscale: #A7A7A7. Windows color (decimal): -950341 or 12287985. OLE color: 12287985.

HSL color Cylindrical-coordinate representation of color #F17FBB: hue angle of 328.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FBB is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241127187-
CMYK00.470.220.05
HSL328.42º80.28%72.16%-
HSV(B)328.42º47.3%94.51%-
XYZ52.8337.4751.46-
YUV167.93138.77180.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=43.42%
G=22.88%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112718700.470.220.05328.4280.2872.16
HexF17FBB02F1651485048
Octal361177273057265510120110
Binary1111000111111111011101101011111011010110100100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17FBB; }

 p { color: rgb(241,127,187); }

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

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

 a { background-color: rgb(241,127,187); }

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

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

 span { border-color: rgb(241,127,187); }

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