#F17FBA

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

Shades of Persian Pink #F17FBA

Tints of Persian Pink #F17FBA

Color information

#F17FBA (or 0xF17FBA) is unknown color: approx Persian Pink. HEX triplet: F1, 7F and BA. RGB value is (241,127,186). Sum of RGB (Red+Green+Blue) = 241+127+186=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBA is #0E8045. Grayscale: #A7A7A7. Windows color (decimal): -950342 or 12222449. OLE color: 12222449.

HSL color Cylindrical-coordinate representation of color #F17FBA: hue angle of 328.95º 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 #F17FBA is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241127186-
CMYK00.470.230.05
HSL328.95º80.28%72.16%-
HSV(B)328.95º47.3%94.51%-
XYZ52.7337.4250.9-
YUV167.81138.27180.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=43.50%
G=22.92%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112718600.470.230.05328.9580.2872.16
HexF17FBA02F1751495048
Octal361177272057275511120110
Binary1111000111111111011101001011111011110110100100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17FBA; }

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

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

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

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

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

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

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

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